diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2011-07-20 11:31:27 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2011-07-20 12:46:41 -0400 |
commit | ed9ba31f6b9fb80b07d27efa87b1f1f374db927c (patch) | |
tree | 3bb3704bd7ee3c93f05eccb681343afb7a8921af /arch/arm/mach-exynos4 | |
parent | a140b92ef398153c85ee1c697db0a1be210e9677 (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.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 @@ | |||
30 | #include <asm/mach/arch.h> | 30 | #include <asm/mach/arch.h> |
31 | #include <asm/mach-types.h> | 31 | #include <asm/mach-types.h> |
32 | 32 | ||
33 | #include <plat/adc.h> | ||
33 | #include <plat/regs-serial.h> | 34 | #include <plat/regs-serial.h> |
34 | #include <plat/exynos4.h> | 35 | #include <plat/exynos4.h> |
35 | #include <plat/cpu.h> | 36 | #include <plat/cpu.h> |
@@ -1021,6 +1022,7 @@ static struct platform_device *nuri_devices[] __initdata = { | |||
1021 | &s5p_device_ehci, | 1022 | &s5p_device_ehci, |
1022 | &s3c_device_i2c3, | 1023 | &s3c_device_i2c3, |
1023 | &i2c9_gpio, | 1024 | &i2c9_gpio, |
1025 | &s3c_device_adc, | ||
1024 | 1026 | ||
1025 | /* NURI Devices */ | 1027 | /* NURI Devices */ |
1026 | &nuri_gpio_keys, | 1028 | &nuri_gpio_keys, |