From: Fabio Estevam Date: Fri, 29 Sep 2023 02:01:42 +0000 (-0300) Subject: ARM: dts: imx25: Remove clock-names from the watchdog X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2b5513f9ecd96e6e42f68cac325a84c357722096;p=linux.git ARM: dts: imx25: Remove clock-names from the watchdog 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx25.dtsi b/arch/arm/boot/dts/nxp/imx/imx25.dtsi index e9c57e8f9f0b9..534c70b8d79df 100644 --- a/arch/arm/boot/dts/nxp/imx/imx25.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx25.dtsi @@ -529,7 +529,6 @@ compatible = "fsl,imx25-wdt", "fsl,imx21-wdt"; reg = <0x53fdc000 0x4000>; clocks = <&clks 126>; - clock-names = ""; interrupts = <55>; };