Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a789fd0b authored by Matthias Kaehlcke's avatar Matthias Kaehlcke Committed by Andy Gross
Browse files

arm64: dts: qcom: pm8998: Add die temperature channel node to the ADC



Add a channel node for the die temperature to the ADC.

Signed-off-by: default avatarMatthias Kaehlcke <mka@chromium.org>
Reviewed-by: default avatarDouglas Anderson <dianders@chromium.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent b59b94f7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -75,6 +75,11 @@
			#address-cells = <1>;
			#size-cells = <0>;
			#io-channel-cells = <1>;

			adc-chan@ADC5_DIE_TEMP {
				reg = <ADC5_DIE_TEMP>;
				label = "die_temp";
			};
		};

		rtc@6000 {