Re: [PATCH 3/3] ARM: dts: vf: align watchdog node name with dtschema

2020-10-29 Thread Shawn Guo
On Sat, Sep 26, 2020 at 06:23:02PM +0200, Krzysztof Kozlowski wrote: > The dtschema expects watchdog device node name to be "watchdog": > > arch/arm/boot/dts/vf500-colibri-eval-v3.dt.yaml: wdog@4003e000: > $nodename:0: 'wdog@4003e000' does not match '^watchdog(@.*|-[0-9a-f])?$' > > Signed-o

[PATCH 3/3] ARM: dts: vf: align watchdog node name with dtschema

2020-09-26 Thread Krzysztof Kozlowski
The dtschema expects watchdog device node name to be "watchdog": arch/arm/boot/dts/vf500-colibri-eval-v3.dt.yaml: wdog@4003e000: $nodename:0: 'wdog@4003e000' does not match '^watchdog(@.*|-[0-9a-f])?$' Signed-off-by: Krzysztof Kozlowski --- arch/arm/boot/dts/vfxxx.dtsi | 2 +- 1 file chan