Message ID | 1726fdbf7cf7200ac5dc2a4c811aaee7edc47fd5.1571652874.git.amit.kucheria@linaro.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | thermal: qcom: tsens: Add interrupt support | expand |
On Mon, Oct 21, 2019 at 04:05:25PM +0530, Amit Kucheria wrote: > msm8916 uses sensors 0, 1, 2, 4 and 5. Sensor 3 is NOT used. Fixup the > device tree so that the correct sensor ID is used and as a result we can > actually check the temperature for the cpu2_3 sensor. > > Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> > Reviewed-by: Daniel Lezcano <daniel.lezcano@linaro.org> > Reviewed-by: Stephen Boyd <swboyd@chromium.org> > --- Applied for 5.5 Andy
diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi index 5ea9fb8f2f87d..8686e101905cc 100644 --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi @@ -179,7 +179,7 @@ polling-delay-passive = <250>; polling-delay = <1000>; - thermal-sensors = <&tsens 4>; + thermal-sensors = <&tsens 5>; trips { cpu0_1_alert0: trip-point@0 { @@ -209,7 +209,7 @@ polling-delay-passive = <250>; polling-delay = <1000>; - thermal-sensors = <&tsens 3>; + thermal-sensors = <&tsens 4>; trips { cpu2_3_alert0: trip-point@0 {