From: Wolfram Sang Date: Thu, 16 Feb 2012 14:51:28 +0000 (+0100) Subject: arm: lpc32xx: phy3250: add rtc & touch device X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=747303a383d59a4d4667152fb68293dd9ff06438;p=mv-sheeva.git arm: lpc32xx: phy3250: add rtc & touch device Signed-off-by: Wolfram Sang Acked-by: Roland Stigge Cc: Olof Johansson Signed-off-by: Olof Johansson --- diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index bfee5b45510..945a2f24d5e 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,