diff options
author | Johan Jonker <jbx6244@gmail.com> | 2021-01-17 16:09:53 +0100 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2021-01-18 13:24:11 +0100 |
commit | e58061b59787270a57839397e50bb4400b9e2de9 (patch) | |
tree | ae6108c877b064b86a65aa64f1429ba33dfd6a19 /arch/arm64/boot/dts/rockchip/rk3399-rock960.dts | |
parent | 7c96a5cf680ac7339999becd454e1f2fd9b258fb (diff) | |
download | lwn-e58061b59787270a57839397e50bb4400b9e2de9.tar.gz lwn-e58061b59787270a57839397e50bb4400b9e2de9.zip |
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: Johan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20210117150953.16475-3-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3399-rock960.dts')
-rw-r--r-- | arch/arm64/boot/dts/rockchip/rk3399-rock960.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts index c88295782e7b..b207740819ef 100644 --- a/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts +++ b/arch/arm64/boot/dts/rockchip/rk3399-rock960.dts @@ -126,7 +126,7 @@ }; &thermal_zones { - cpu_thermal: cpu { + cpu_thermal: cpu-thermal { polling-delay-passive = <100>; polling-delay = <1000>; thermal-sensors = <&tsadc 0>; |