diff options
| author | Manish Sarkar <Manish.n.manish45@gmail.com> | 2020-08-31 21:31:24 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 21:31:24 +0530 |
| commit | a150611d6c5856876a023c3ae2f18482098d5be0 (patch) | |
| tree | e7462d44c9081ec1de413b6271e31fb5db2f3908 | |
| parent | 3c3cc91eca91dbde90dc42572f3c8911c6bbb6a3 (diff) | |
ARM: dts: fix power amplifier thermal readingsq10.0
power amps has dedicated thermal sensor, hence using xo_thermal id makes unnecessary throttling
Signed-off-by: Manish4586 <manish.n.manish45@gmail.com>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm-pm660.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/msm-pm660.dtsi b/arch/arm/boot/dts/qcom/msm-pm660.dtsi index 71089abd31c1..460e7e76ac4d 100644 --- a/arch/arm/boot/dts/qcom/msm-pm660.dtsi +++ b/arch/arm/boot/dts/qcom/msm-pm660.dtsi @@ -291,7 +291,7 @@ chan@4f { label = "pa_therm0"; - reg = <0x4c>; + reg = <0x4f>; qcom,decimation = <2>; qcom,pre-div-channel-scaling = <0>; qcom,calibration-type = "ratiometric"; |
