Commit e58061b5 authored by Johan Jonker's avatar Johan Jonker Committed by Heiko Stuebner

arm64: dts: rockchip: rename thermal subnodes for rk3399

A test with the command below gives for example this error:
/arch/arm64/boot/dts/rockchip/rk3399-evb.dt.yaml:
thermal-zones: 'cpu', 'gpu' do not match any of the regexes:
'^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+'

Rename Rockchip rk3399 thermal subnodes so that it ends
with "-thermal"

make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/
thermal/thermal-zones.yaml
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210117150953.16475-3-jbx6244@gmail.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 7c96a5cf
...@@ -126,7 +126,7 @@ &spi4 { ...@@ -126,7 +126,7 @@ &spi4 {
}; };
&thermal_zones { &thermal_zones {
cpu_thermal: cpu { cpu_thermal: cpu-thermal {
polling-delay-passive = <100>; polling-delay-passive = <100>;
polling-delay = <1000>; polling-delay = <1000>;
thermal-sensors = <&tsadc 0>; thermal-sensors = <&tsadc 0>;
......
...@@ -764,7 +764,7 @@ spi5: spi@ff200000 { ...@@ -764,7 +764,7 @@ spi5: spi@ff200000 {
}; };
thermal_zones: thermal-zones { thermal_zones: thermal-zones {
cpu_thermal: cpu { cpu_thermal: cpu-thermal {
polling-delay-passive = <100>; polling-delay-passive = <100>;
polling-delay = <1000>; polling-delay = <1000>;
...@@ -808,7 +808,7 @@ map1 { ...@@ -808,7 +808,7 @@ map1 {
}; };
}; };
gpu_thermal: gpu { gpu_thermal: gpu-thermal {
polling-delay-passive = <100>; polling-delay-passive = <100>;
polling-delay = <1000>; polling-delay = <1000>;
......
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