arm: lpc32xx: phy3250: add rtc & touch device
authorWolfram Sang <w.sang@pengutronix.de>
Thu, 16 Feb 2012 14:51:28 +0000 (15:51 +0100)
committerOlof Johansson <olof@lixom.net>
Fri, 17 Feb 2012 00:12:05 +0000 (16:12 -0800)
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>
arch/arm/mach-lpc32xx/phy3250.c

index bfee5b4..945a2f2 100644 (file)
@@ -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,