Commit 15424f4f authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross

arm64: dts: msm8916: thermal: Fixup HW ids for cpu sensors

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: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Reviewed-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: default avatarStephen Boyd <swboyd@chromium.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent 4fc5d78f
......@@ -179,7 +179,7 @@ cpu0_1-thermal {
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 @@ cpu2_3-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens 3>;
thermal-sensors = <&tsens 4>;
trips {
cpu2_3_alert0: trip-point@0 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment