diff options
author | Matthias Kaehlcke <mka@chromium.org> | 2018-11-13 01:11:26 +0300 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2018-11-14 21:19:14 +0300 |
commit | a789fd0bab57d5883e441a09596e1a77f698e62c (patch) | |
tree | e3f77eef74095714e4d3bcfbb4712852feac0776 /arch/arm64/boot/dts/qcom/pm8998.dtsi | |
parent | b59b94f76e7fa257e92d8e8b0c79755493356861 (diff) | |
download | linux-a789fd0bab57d5883e441a09596e1a77f698e62c.tar.xz |
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: Matthias Kaehlcke <mka@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/pm8998.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/pm8998.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pm8998.dtsi b/arch/arm64/boot/dts/qcom/pm8998.dtsi index 048f19fa0150..f1025a50c227 100644 --- a/arch/arm64/boot/dts/qcom/pm8998.dtsi +++ b/arch/arm64/boot/dts/qcom/pm8998.dtsi @@ -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 { |