[PATCH 1/2] ARM: dts: imx35: Remove invalid wdog property
Fabio Estevam
festevam at gmail.com
Wed May 24 15:46:24 PDT 2023
From: Fabio Estevam <festevam at denx.de>
The 'clock-names' property is not a valid property for wdog.
Remove it to fix the following DT check warning:
watchdog at 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 at denx.de>
---
arch/arm/boot/dts/imx35.dtsi | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx35.dtsi b/arch/arm/boot/dts/imx35.dtsi
index d650f54c3fc6..2d20e5541acc 100644
--- a/arch/arm/boot/dts/imx35.dtsi
+++ b/arch/arm/boot/dts/imx35.dtsi
@@ -298,7 +298,6 @@ wdog: watchdog at 53fdc000 {
compatible = "fsl,imx35-wdt", "fsl,imx21-wdt";
reg = <0x53fdc000 0x4000>;
clocks = <&clks 74>;
- clock-names = "";
interrupts = <55>;
};
--
2.34.1
More information about the linux-arm-kernel
mailing list