]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Merge remote-tracking branch 'grant/gpio/next-mx' into for-next
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 10 Jun 2011 07:38:53 +0000 (09:38 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Fri, 10 Jun 2011 07:38:53 +0000 (09:38 +0200)
13 files changed:
1  2 
arch/arm/mach-imx/mach-apf9328.c
arch/arm/mach-imx/mach-imx27_visstrim_m10.c
arch/arm/mach-imx/mach-mx27_3ds.c
arch/arm/mach-imx/mach-mx31moboard.c
arch/arm/mach-imx/mach-mx35_3ds.c
arch/arm/mach-mx5/board-cpuimx51.c
arch/arm/mach-mx5/board-mx51_3ds.c
arch/arm/mach-mx5/board-mx51_babbage.c
arch/arm/mach-mx5/board-mx51_efikamx.c
arch/arm/mach-mx5/board-mx51_efikasb.c
arch/arm/mach-mx5/board-mx53_evk.c
arch/arm/mach-mx5/board-mx53_loco.c
arch/arm/mach-mxs/mach-mx28evk.c

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index e5e8c85ff4eb866ef3d7369ca32231d7291cfc29,359c3e248addc02c03d67ca52cff699439c3a010..57576f709f2031f28891bce4f81a44150a30016a
@@@ -226,21 -225,10 +226,23 @@@ static const struct imxi2c_platform_dat
        .bitrate = 100000,
  };
  
 +static const struct gpio_led mx53loco_leds[] __initconst = {
 +      {
 +              .name                   = "green",
 +              .default_trigger        = "heartbeat",
 +              .gpio                   = LOCO_LED,
 +      },
 +};
 +
 +static const struct gpio_led_platform_data mx53loco_leds_data __initconst = {
 +      .leds           = mx53loco_leds,
 +      .num_leds       = ARRAY_SIZE(mx53loco_leds),
 +};
 +
  static void __init mx53_loco_board_init(void)
  {
+       imx53_soc_init();
        mxc_iomux_v3_setup_multiple_pads(mx53_loco_pads,
                                        ARRAY_SIZE(mx53_loco_pads));
        imx53_add_imx_uart(0, NULL);
Simple merge