summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Sheng <alicesheng@google.com>2021-03-04 12:02:57 -0800
committerAlice Sheng <alicesheng@google.com>2021-03-04 21:05:14 +0000
commit300e58480ca5cd16894d6f06e49c20ed4806dc73 (patch)
tree3f79d2288cc61e95edce94092f5c76acbb42ae4b
parent74f82fb94115b5a956da8344cbdab7001ef4b696 (diff)
downloaddevicetree-300e58480ca5cd16894d6f06e49c20ed4806dc73.tar.gz
Change LTE NTC ADC Channel for EVT
It is on a different ADC pin now. Bug: 181878594 Change-Id: I68de463f6ebd27c5861a50fd784b4e3e6b5e2359 (cherry picked from commit ea4e4668e49cc3abd8cc660dd2efebc3d0b7be47)
-rw-r--r--r11_evt1_battery_root.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/r11_evt1_battery_root.dtsi b/r11_evt1_battery_root.dtsi
index 5081846..db2e146 100644
--- a/r11_evt1_battery_root.dtsi
+++ b/r11_evt1_battery_root.dtsi
@@ -56,7 +56,7 @@ wlc_cool_dev: wlc_cool_dev {
tsmab104_ntc: thermal-sensor {
compatible = "google,ntc-thermal";
#thermal-sensor-cells = <1>;
- io-channels = <&exynos_adc 0>, <&exynos_adc 1>, <&exynos_adc 2>, <&exynos_adc 4>, <&exynos_adc 6>;
+ io-channels = <&exynos_adc 0>, <&exynos_adc 1>, <&exynos_adc 5>, <&exynos_adc 4>, <&exynos_adc 6>;
io-channel-names = "soc-ntc", "batt-ntc", "lte-ntc", "audio-ntc", "ppg-ntc";
enable-gpio = <&gpg2 0 0>;
ref-voltage = <1800000>;