Commit b67d9c5d authored by Amit Kucheria's avatar Amit Kucheria Committed by Andy Gross

arm64: dts: msm8998: thermal: Fix the cpu sensor numbers

The silver cluster (typically cpu0-3) are monitored by sensor IDs 1-3 on
tsens controller 0. The gold cluster (typically cpu4-7) are monitored by
sensor IDs 7-10 on tsens controller 0.

Fixes: 4449b6f2 ("arm64: dts: qcom: msm8998: Add tsens and thermal-zones")
Signed-off-by: default avatarAmit Kucheria <amit.kucheria@linaro.org>
Signed-off-by: default avatarAndy Gross <agross@kernel.org>
parent 0f5f91f0
......@@ -342,7 +342,7 @@ cpu-thermal0 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 6>;
thermal-sensors = <&tsens0 1>;
trips {
cpu_alert0: trip0 {
......@@ -363,7 +363,7 @@ cpu-thermal1 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 7>;
thermal-sensors = <&tsens0 2>;
trips {
cpu_alert1: trip0 {
......@@ -384,7 +384,7 @@ cpu-thermal2 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 8>;
thermal-sensors = <&tsens0 3>;
trips {
cpu_alert2: trip0 {
......@@ -405,7 +405,7 @@ cpu-thermal3 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 9>;
thermal-sensors = <&tsens0 4>;
trips {
cpu_alert3: trip0 {
......@@ -426,7 +426,7 @@ cpu-thermal4 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 10>;
thermal-sensors = <&tsens0 7>;
trips {
cpu_alert4: trip0 {
......@@ -447,7 +447,7 @@ cpu-thermal5 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens0 11>;
thermal-sensors = <&tsens0 8>;
trips {
cpu_alert5: trip0 {
......@@ -468,7 +468,7 @@ cpu-thermal6 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 0>;
thermal-sensors = <&tsens0 9>;
trips {
cpu_alert6: trip0 {
......@@ -489,7 +489,7 @@ cpu-thermal7 {
polling-delay-passive = <250>;
polling-delay = <1000>;
thermal-sensors = <&tsens1 1>;
thermal-sensors = <&tsens0 10>;
trips {
cpu_alert7: trip0 {
......
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