[ERD][RAMEN9610-13615] [9610] arm64: dts: Enable Thermistor node
authorHyeonseong Gil <hs.gil@samsung.com>
Wed, 8 Aug 2018 23:55:54 +0000 (08:55 +0900)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:21 +0000 (20:23 +0300)
Change-Id: I9ead9c45fe7c4f1a464c91e69bdb25a1d812557f
Signed-off-by: Hyeonseong Gil <hs.gil@samsung.com>
Signed-off-by: Hanjun Shin <hanjun.shin@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610-erd9610_common.dtsi

index 7d2079e09594c8d7b5df73168419d2e75764966d..819d900629b13010dee987c50229d4fbaa920474 100644 (file)
                sink,capable_max_voltage = <9000>;
        };
 };
+
+&exynos_adc {
+       status = "okay";
+       soc_thermistor {
+               compatible = "murata,ncp03wf104";
+               status = "okay";
+               pullup-uv = <1800000>;
+               pullup-ohm = <100000>;
+               pulldown-ohm = <0>;
+               io-channels = <&exynos_adc 0>;
+               io-channel-names = "soc_therm";
+       };
+       batt_thermistor {
+               compatible = "murata,ncp03wf104";
+               status = "okay";
+               pullup-uv = <1800000>;
+               pullup-ohm = <100000>;
+               pulldown-ohm = <0>;
+               io-channels = <&exynos_adc 1>;
+               io-channel-names = "batt_therm";
+       };
+};