From 678a0222edc9da43a22145d68647500ee85e6c04 Mon Sep 17 00:00:00 2001 From: Roland Stigge Date: Fri, 17 Feb 2012 14:58:14 +0100 Subject: ARM: LPC32xx: ADC support for mach-lpc32xx This patch adds the mach specific support for the LPC32XX ADC driver (the latter being already in staging/iio) Signed-off-by: Roland Stigge Acked-by: Jonathan Cameron Acked-by: Wolfram Sang Signed-off-by: Arnd Bergmann --- arch/arm/mach-lpc32xx/phy3250.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-lpc32xx/phy3250.c') diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index bfee5b455105..a2f0d4e3f773 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -276,6 +276,7 @@ static struct platform_device *phy3250_devs[] __initdata = { &lpc32xx_i2c2_device, &lpc32xx_watchdog_device, &lpc32xx_gpio_led_device, + &lpc32xx_adc_device, }; static struct amba_device *amba_devs[] __initdata = { -- cgit v1.2.3