diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2011-07-20 19:31:27 +0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 20:46:41 +0400 |
commit | ed9ba31f6b9fb80b07d27efa87b1f1f374db927c (patch) | |
tree | 3bb3704bd7ee3c93f05eccb681343afb7a8921af /arch/arm/mach-exynos4/mach-nuri.c | |
parent | a140b92ef398153c85ee1c697db0a1be210e9677 (diff) | |
download | linux-ed9ba31f6b9fb80b07d27efa87b1f1f374db927c.tar.xz |
ARM: EXYNOS4: configure ADC on NURI
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-nuri.c')
-rw-r--r-- | arch/arm/mach-exynos4/mach-nuri.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-nuri.c b/arch/arm/mach-exynos4/mach-nuri.c index 43ab82cf6165..d0999519e9ac 100644 --- a/arch/arm/mach-exynos4/mach-nuri.c +++ b/arch/arm/mach-exynos4/mach-nuri.c @@ -30,6 +30,7 @@ #include <asm/mach/arch.h> #include <asm/mach-types.h> +#include <plat/adc.h> #include <plat/regs-serial.h> #include <plat/exynos4.h> #include <plat/cpu.h> @@ -1021,6 +1022,7 @@ static struct platform_device *nuri_devices[] __initdata = { &s5p_device_ehci, &s3c_device_i2c3, &i2c9_gpio, + &s3c_device_adc, /* NURI Devices */ &nuri_gpio_keys, |