]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: vf: align watchdog node name with dtschema
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 26 Sep 2020 16:23:02 +0000 (18:23 +0200)
committerShawn Guo <shawnguo@kernel.org>
Thu, 29 Oct 2020 14:37:48 +0000 (22:37 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vfxxx.dtsi

index 2259d11af721e8d90acea7ca0de3df971b66dd91..0c8d15fd9253443341d5dc85fd531b631aa60f75 100644 (file)
                                status = "disabled";
                        };
 
-                       wdoga5: wdog@4003e000 {
+                       wdoga5: watchdog@4003e000 {
                                compatible = "fsl,vf610-wdt", "fsl,imx21-wdt";
                                reg = <0x4003e000 0x1000>;
                                interrupts = <20 IRQ_TYPE_LEVEL_HIGH>;