arm64: dts: freescale: align watchdog node name with dtschema

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>
This commit is contained in:
Krzysztof Kozlowski 2020-10-29 17:21:33 +01:00 committed by Shawn Guo
parent 7ecab1f29b
commit 71011f55b0
2 changed files with 2 additions and 2 deletions

View File

@ -401,7 +401,7 @@
#interrupt-cells = <2>;
};
wdog0: wdog@2ad0000 {
wdog0: watchdog@2ad0000 {
compatible = "fsl,ls1012a-wdt",
"fsl,imx21-wdt";
reg = <0x0 0x2ad0000 0x0 0x10000>;

View File

@ -725,7 +725,7 @@
status = "disabled";
};
wdog0: wdog@2ad0000 {
wdog0: watchdog@2ad0000 {
compatible = "fsl,ls1043a-wdt", "fsl,imx21-wdt";
reg = <0x0 0x2ad0000 0x0 0x10000>;
interrupts = <0 83 0x4>;