summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBeomho Seo <beomho.seo@samsung.com>2015-04-28 19:48:56 +0900
committerSeung-Woo Kim <sw0312.kim@samsung.com>2016-12-14 13:44:25 +0900
commit5be1d1ef7baa6f5e0c6436af877647b7032da62a (patch)
treeed01c8f1c348f4ffb76713bc29f5e5735d359dfa
parentcfafc6b08723b1d63f4388d53e4be76183298186 (diff)
LOCAL / arm64: dts: Change compatible of thermistor on TM2 board
This patch change correctly compatible of thermistor on Exynos5433 based TM2. Signed-off-by: Beomho Seo <beomho.seo@samsung.com>
-rw-r--r--arch/arm64/boot/dts/exynos/exynos5433-tm2.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
index 837e74d032fe..aedced9fd6ee 100644
--- a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
+++ b/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts
@@ -898,7 +898,7 @@
status = "okay";
thermistor-ap {
- compatible = "ntc,ncp15wb473";
+ compatible = "ntc,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <100000>;
pulldown-ohm = <0>;
@@ -906,7 +906,7 @@
};
thermistor-battery {
- compatible = "ntc,ncp15wb473";
+ compatible = "ntc,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <100000>;
pulldown-ohm = <0>;
@@ -914,7 +914,7 @@
};
thermistor-charger {
- compatible = "ntc,ncp15wb473";
+ compatible = "ntc,ncp03wf104";
pullup-uv = <1800000>;
pullup-ohm = <100000>;
pulldown-ohm = <0>;