Skip to content

Commit

Permalink
arm64: dts: qcom: fix thermal zones naming
Browse files Browse the repository at this point in the history
Rename thermal zones according to dt-schema.
Fixes multiple `make dtbs_check` warnings about name convetion.

Signed-off-by: David Heidelberg <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
okias authored and andersson committed Feb 1, 2022
1 parent 2f11451 commit 7be1c39
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -3273,7 +3273,7 @@
};
};

gpu-thermal-top {
gpu-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3295,7 +3295,7 @@
};
};

gpu-thermal-bottom {
gpu-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/msm8998.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@
};
};

gpu-thermal-bottom {
gpu-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -689,7 +689,7 @@
};
};

gpu-thermal-top {
gpu-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sdm845.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5258,7 +5258,7 @@
};
};

gpu-thermal-top {
gpu-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -5273,7 +5273,7 @@
};
};

gpu-thermal-bottom {
gpu-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sm8150.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4265,7 +4265,7 @@
};
};

gpu-thermal-top {
gpu-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down Expand Up @@ -4445,7 +4445,7 @@
};
};

gpu-thermal-bottom {
gpu-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/sm8250.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -5172,7 +5172,7 @@
};
};

gpu-thermal-top {
gpu-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down Expand Up @@ -5307,7 +5307,7 @@
};
};

gpu-thermal-bottom {
gpu-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/qcom/sm8350.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,7 @@
};
};

gpu-thermal-top {
gpu-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3006,7 +3006,7 @@
};
};

gpu-thermal-bottom {
gpu-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down Expand Up @@ -3096,7 +3096,7 @@
};
};

modem1-thermal-top {
modem1-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3111,7 +3111,7 @@
};
};

modem2-thermal-top {
modem2-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3126,7 +3126,7 @@
};
};

modem3-thermal-top {
modem3-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3141,7 +3141,7 @@
};
};

modem4-thermal-top {
modem4-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3156,7 +3156,7 @@
};
};

camera-thermal-top {
camera-top-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand All @@ -3171,7 +3171,7 @@
};
};

cam-thermal-bottom {
cam-bottom-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;

Expand Down

0 comments on commit 7be1c39

Please sign in to comment.