arm64: dts: freescale: align watchdog node name with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 29 Oct 2020 16:21:33 +0000 (17:21 +0100)
committerShawn Guo <shawnguo@kernel.org>
Fri, 30 Oct 2020 00:38:41 +0000 (08:38 +0800)
The dtschema expects watchdog device node name to be "watchdog":

  arch/arm64/boot/dts/freescale/fsl-ls1012a-frdm.dt.yaml: wdog@2ad0000:
    $nodename:0: 'wdog@2ad0000' does not match '^watchdog(@.*|-[0-9a-f])?$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi

index 6a2c091..1393fc7 100644 (file)
                        #interrupt-cells = <2>;
                };
 
-               wdog0: wdog@2ad0000 {
+               wdog0: watchdog@2ad0000 {
                        compatible = "fsl,ls1012a-wdt",
                                     "fsl,imx21-wdt";
                        reg = <0x0 0x2ad0000 0x0 0x10000>;
index 0464b8a..d550f00 100644 (file)
                        status = "disabled";
                };
 
-               wdog0: wdog@2ad0000 {
+               wdog0: watchdog@2ad0000 {
                        compatible = "fsl,ls1043a-wdt", "fsl,imx21-wdt";
                        reg = <0x0 0x2ad0000 0x0 0x10000>;
                        interrupts = <0 83 0x4>;