]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: exynos: Use new compatible string for thermistors in Trats2
authorNaveen Krishna Chatradhi <ch.naveen@samsung.com>
Wed, 25 Jun 2014 06:29:32 +0000 (11:59 +0530)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 31 May 2016 09:47:04 +0000 (11:47 +0200)
As Murata Manufactures the NTC based thermistors. The vendor
name in the compatibility is preposed to change to "murata".

This patch uses the new compatibility string in Exynos4412 based
Trats2 board.

Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: Chanwoo Choi <cw00.choi@samsung.com>
Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/boot/dts/exynos4412-trats2.dts

index 9336fd4824d9949db63f3b91b59e8dfb67e81d14..129e973a06a625dba3d022b8c6f87ba08080b0b9 100644 (file)
@@ -253,7 +253,7 @@ sound {
        };
 
        thermistor-ap {
-               compatible = "ntc,ncp15wb473";
+               compatible = "murata,ncp15wb473";
                pullup-uv = <1800000>;   /* VCC_1.8V_AP */
                pullup-ohm = <100000>;   /* 100K */
                pulldown-ohm = <100000>; /* 100K */
@@ -261,7 +261,7 @@ thermistor-ap {
        };
 
        thermistor-battery {
-               compatible = "ntc,ncp15wb473";
+               compatible = "murata,ncp15wb473";
                pullup-uv = <1800000>;   /* VCC_1.8V_AP */
                pullup-ohm = <100000>;   /* 100K */
                pulldown-ohm = <100000>; /* 100K */