ARM: dts: imx35: Remove invalid wdog property
authorFabio Estevam <festevam@denx.de>
Wed, 24 May 2023 22:46:24 +0000 (19:46 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sat, 27 May 2023 13:24:01 +0000 (21:24 +0800)
The 'clock-names' property is not a valid property for wdog.

Remove it to fix the following DT check warning:

watchdog@53fdc000: Unevaluated properties are not allowed ('clock-names' was unexpected)
From schema: Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.yaml

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx35.dtsi

index d650f54c3fc6bd2f886848638a120807c764d5a4..2d20e5541acc8388e3ab41307166f068200c34a3 100644 (file)
                                compatible = "fsl,imx35-wdt", "fsl,imx21-wdt";
                                reg = <0x53fdc000 0x4000>;
                                clocks = <&clks 74>;
-                               clock-names = "";
                                interrupts = <55>;
                        };