diff options
author | Wolfram Sang <[email protected]> | 2012-02-16 15:51:28 +0100 |
---|---|---|
committer | Olof Johansson <[email protected]> | 2012-02-16 16:12:05 -0800 |
commit | 737a2cb91745ad3b720bbe7e278493efa5e4c3b9 (patch) | |
tree | 2e7ffef33c99ed3df5509798d4f16155dfd1019a | |
parent | d35dfa59a3101095228e0a5ed2dda33fc870b50d (diff) |
arm: lpc32xx: phy3250: add rtc & touch device
Signed-off-by: Wolfram Sang <[email protected]>
Acked-by: Roland Stigge <[email protected]>
Cc: Olof Johansson <[email protected]>
Signed-off-by: Olof Johansson <[email protected]>
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index bfee5b455105..945a2f24d5e9 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -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, |