kernel/dts:change thermal ntc sesnsor name
authorxuwei9 <xuwei9@lenovo.com>
Tue, 23 Oct 2018 02:52:41 +0000 (10:52 +0800)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:50 +0000 (20:23 +0300)
Change thermal ntc sensor
sysfs node name

Change-Id: I3392135a4711459893489bd0e5639dbf99a3acc9
Signed-off-by: xuwei9 <xuwei9@mt.com>
Reviewed-on: https://gerrit.mot.com/1259270
SLTApproved: Slta Waiver
SME-Granted: SME Approvals Granted
Tested-by: Jira Key
Reviewed-by: Xiangpo Zhao <zhaoxp3@motorola.com>
Submit-Approved: Jira Key

arch/arm64/boot/dts/exynos/exynos9610-mot-kane.dtsi

index 6f9ee627cd828898bd1a54345272a229c05190fb..1549d9550ad299eac634ca0a6f4239cdbc7a86df 100644 (file)
                io-channels = <&exynos_adc 0>;
                io-channel-names = "cpu_therm";
        };
-       chg_thermistor {
-               compatible = "murata,ncp03wf104";
+       battery_thermistor {
+               compatible = "murata,ncp15xh103";
                status = "okay";
                pullup-uv = <1800000>;
                pullup-ohm = <100000>;
                pulldown-ohm = <0>;
                io-channels = <&exynos_adc 1>;
-               io-channel-names = "chg_therm";
+               io-channel-names = "bat_therm";
        };
        pa_thermistor {
-               compatible = "murata,ncp03wf104";
+               compatible = "murata,ncp15xh103";
                status = "okay";
                pullup-uv = <1800000>;
-               pullup-ohm = <100000>;
-               pulldown-ohm = <0>;
+               pullup-ohm = <0>;
+               pulldown-ohm = <10000>;
                io-channels = <&exynos_adc 4>;
                io-channel-names = "pa_therm";
+               connected-positive;
        };
        board_thermistor {
                compatible = "murata,ncp03wf104";
                io-channels = <&exynos_adc 7>;
                io-channel-names = "board_therm";
        };
-       battery_thermistor {
+       usb_con_thermistor {
                compatible = "murata,ncp03wf104";
                status = "okay";
                pullup-uv = <1800000>;
                pullup-ohm = <100000>;
                pulldown-ohm = <0>;
                io-channels = <&exynos_adc 8>;
-               io-channel-names = "batt_therm";
+               io-channel-names = "usb_con_therm";
        };
 };