diff options
author | Thierry Reding <treding@nvidia.com> | 2021-12-07 11:14:33 +0100 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2021-12-14 16:07:42 +0100 |
commit | 272c5c3a3792366dfd441182f1bd94aa4b6e346f (patch) | |
tree | 35f835e5173b6512f2cb7feddf0a410b674fa6e0 /arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi | |
parent | 9ab9ecd83a3ecf269e8cda08233652203347f5f1 (diff) |
ARM: tegra: Rename thermal zone nodes
The DT schema requires that nodes representing thermal zones include a
"-thermal" suffix in their name.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi')
-rw-r--r-- | arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi b/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi index b952b272afc0..f5440ae14cb4 100644 --- a/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi +++ b/arch/arm/boot/dts/tegra124-apalis-v1.2.dtsi @@ -2024,7 +2024,7 @@ }; thermal-zones { - cpu { + cpu-thermal { trips { cpu-shutdown-trip { temperature = <101000>; @@ -2034,7 +2034,7 @@ }; }; - mem { + mem-thermal { trips { mem-shutdown-trip { temperature = <101000>; @@ -2044,7 +2044,7 @@ }; }; - gpu { + gpu-thermal { trips { gpu-shutdown-trip { temperature = <101000>; |