aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-lpc32xx
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2012-02-16 15:51:28 +0100
committerOlof Johansson <olof@lixom.net>2012-02-16 16:13:33 -0800
commit747303a383d59a4d4667152fb68293dd9ff06438 (patch)
tree2e7ffef33c99ed3df5509798d4f16155dfd1019a /arch/arm/mach-lpc32xx
parentARM: LPC32xx: clock.c: Clock registration fixes (diff)
downloadlinux-dev-747303a383d59a4d4667152fb68293dd9ff06438.tar.xz
linux-dev-747303a383d59a4d4667152fb68293dd9ff06438.zip
arm: lpc32xx: phy3250: add rtc & touch device
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>
Diffstat (limited to 'arch/arm/mach-lpc32xx')
-rw-r--r--arch/arm/mach-lpc32xx/phy3250.c2
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,