Message ID | 20200926162302.32525-3-krzk@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [1/3] dt-bindings: watchdog: fsl-imx: document i.MX compatibles | expand |
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-off-by: Krzysztof Kozlowski <krzk@kernel.org> Applied, thanks.
diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi index 2259d11af721..0c8d15fd9253 100644 --- a/arch/arm/boot/dts/vfxxx.dtsi +++ b/arch/arm/boot/dts/vfxxx.dtsi @@ -293,7 +293,7 @@ status = "disabled"; }; - wdoga5: wdog@4003e000 { + wdoga5: watchdog@4003e000 { compatible = "fsl,vf610-wdt", "fsl,imx21-wdt"; reg = <0x4003e000 0x1000>; interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;
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 <krzk@kernel.org> --- arch/arm/boot/dts/vfxxx.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)