ARM: dts: imx25: Remove clock-names from the watchdog
authorFabio Estevam <festevam@denx.de>
Fri, 29 Sep 2023 02:01:42 +0000 (23:01 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 12:41:48 +0000 (20:41 +0800)
Per fsl-imx-wdt, 'clock-names' is not a valid property.

Remove it to fix the following schema warning:

watchdog@53fdc000: Unevaluated properties are not allowed ('clock-names' was unexpected)
from schema $id: http://devicetree.org/schemas/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/nxp/imx/imx25.dtsi

index e9c57e8f9f0b9cf4397869e8d291a9906a33259b..534c70b8d79df50564e4450db9890541a85a16a4 100644 (file)
                                compatible = "fsl,imx25-wdt", "fsl,imx21-wdt";
                                reg = <0x53fdc000 0x4000>;
                                clocks = <&clks 126>;
-                               clock-names = "";
                                interrupts = <55>;
                        };