Signed-off-by: MyungJoo Ham <myungjoo.ham@xxxxxxxxxxx> Signed-off-by: Kyungmin Park <kyungmin.park@xxxxxxxxxxx> --- arch/arm/mach-exynos4/mach-nuri.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-exynos4/mach-nuri.c b/arch/arm/mach-exynos4/mach-nuri.c index bdf7a5c..cd8bc06 100644 --- a/arch/arm/mach-exynos4/mach-nuri.c +++ b/arch/arm/mach-exynos4/mach-nuri.c @@ -40,6 +40,7 @@ #include <plat/clock.h> #include <plat/gpio-cfg.h> #include <plat/iic.h> +#include <plat/adc-ntc.h> #include <mach/map.h> @@ -1098,6 +1099,7 @@ static struct platform_device *nuri_devices[] __initdata = { &s3c_device_i2c3, &i2c9_gpio, &s3c_device_adc, + &s3c_device_adc_ntc_thermistor, &s3c_device_rtc, /* NURI Devices */ @@ -1133,6 +1135,8 @@ static void __init nuri_machine_init(void) nuri_ehci_init(); clk_xusbxti.rate = 24000000; + s3c_adc_ntc_init(6); /* NTC Thermistor uses ADC port 6 */ + /* Last */ platform_add_devices(nuri_devices, ARRAY_SIZE(nuri_devices)); } -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html