Am Montag, 18. Januar 2021, 13:57:33 CET schrieb Heiko Stuebner: > On Sun, 17 Jan 2021 16:09:51 +0100, Johan Jonker wrote: > > A test with the command below gives for example this error: > > /arch/arm/boot/dts/rk3288-tinker.dt.yaml: > > thermal-zones: 'cpu_thermal', 'gpu_thermal', 'reserve_thermal' > > do not match any of the regexes: > > '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+' > > > > Rename Rockchip rk3288 thermal subnodes > > so that it ends with "-thermal" > > > > [...] > > Applied, thanks! > > [2/3] arm64: dts: rockchip: rename thermal subnodes for rk3368.dtsi > commit: 7c96a5cf680ac7339999becd454e1f2fd9b258fb > [3/3] arm64: dts: rockchip: rename thermal subnodes for rk3399.dtsi > commit: e58061b59787270a57839397e50bb4400b9e2de9 I of course also applied 1/3 in https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/commit/?h=v5.12-armsoc/dts32&id=b840662bd55fb6dc9204585f071518123a87b59d Just b4 didn't seem to be able to cope with 2 separate fetches for arm32+arm64. Heiko