summaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos4
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2011-07-21 00:31:27 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-07-21 01:46:41 +0900
commited9ba31f6b9fb80b07d27efa87b1f1f374db927c (patch)
tree3bb3704bd7ee3c93f05eccb681343afb7a8921af /arch/arm/mach-exynos4
parenta140b92ef398153c85ee1c697db0a1be210e9677 (diff)
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')
-rw-r--r--arch/arm/mach-exynos4/mach-nuri.c2
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,