diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-09 23:59:30 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-09 23:59:29 -0700 |
| commit | 96dcaf137c4290282574bd92334456c1124f26d8 (patch) | |
| tree | b2efc5a09253ff5029e97183a831a084d5d90124 | |
| parent | 1f51dfcea3d717be2cc68e59da28138c8d1363a8 (diff) | |
| parent | 1113317949f206f63640b10123eb4f9447e157b0 (diff) | |
Merge "ARM: dts: msm: Add thermistor support for PM660"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-pm660.dtsi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-pm660.dtsi b/arch/arm/boot/dts/qcom/msm-pm660.dtsi index 07bd9ea842f0..5c0010d26a8a 100644 --- a/arch/arm/boot/dts/qcom/msm-pm660.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pm660.dtsi @@ -287,6 +287,18 @@ qcom,vadc-thermal-node; }; + chan@4f { + label = "pa_therm0"; + reg = <0x4f>; + qcom,decimation = <2>; + qcom,pre-div-channel-scaling = <0>; + qcom,calibration-type = "ratiometric"; + qcom,scale-function = <2>; + qcom,hw-settle-time = <2>; + qcom,fast-avg-setup = <0>; + qcom,vadc-thermal-node; + }; + chan@1d { label = "drax_temp"; reg = <0x1d>; |
