Skip to content

Commit

Permalink
arm: lpc32xx: phy3250: add rtc & touch device
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Roland Stigge <stigge@antcom.de>
Cc: Olof Johansson <olof@lixom.net>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Wolfram Sang authored and Olof Johansson committed Feb 17, 2012
1 parent d35dfa5 commit 737a2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-lpc32xx/phy3250.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ static struct platform_device lpc32xx_gpio_led_device = {
};

static struct platform_device *phy3250_devs[] __initdata = {
&lpc32xx_rtc_device,
&lpc32xx_tsc_device,
&lpc32xx_i2c0_device,
&lpc32xx_i2c1_device,
&lpc32xx_i2c2_device,
Expand Down

0 comments on commit 737a2cb

Please sign in to comment.