Re: [PATCH] ARM: dts: rockchip: rename wdt nodename to watchdog in rv1108.dtsi

2020-11-30 Thread Heiko Stuebner
On Mon, 16 Nov 2020 16:07:56 +0100, Johan Jonker wrote: > A test with the command below gives for example this error: > > /arch/arm/boot/dts/rv1108-evb.dt.yaml: > wdt@1036: $nodename:0: 'wdt@1036' > does not match '^watchdog(@.*|-[0-9a-f])?$' > > Fix it by renaming the wdt nodename to wat

[PATCH] ARM: dts: rockchip: rename wdt nodename to watchdog in rv1108.dtsi

2020-11-16 Thread Johan Jonker
A test with the command below gives for example this error: /arch/arm/boot/dts/rv1108-evb.dt.yaml: wdt@1036: $nodename:0: 'wdt@1036' does not match '^watchdog(@.*|-[0-9a-f])?$' Fix it by renaming the wdt nodename to watchdog in the rv1108.dtsi file. make ARCH=arm dtbs_check DT_SCHEMA_FIL