diff options
author | Fabio Estevam <festevam@denx.de> | 2023-05-25 01:46:24 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-05-27 16:24:01 +0300 |
commit | a211ff74773f59cc492346a8d203302b100d56c0 (patch) | |
tree | 60cc63402e99d62aee78d9e09ee8ca156b12d03a /arch/arm/boot/dts/imx35.dtsi | |
parent | b3cea7201551e7f82dd8ea7971e8248e320dd8e7 (diff) | |
download | linux-a211ff74773f59cc492346a8d203302b100d56c0.tar.xz |
ARM: dts: imx35: Remove invalid wdog property
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>
Diffstat (limited to 'arch/arm/boot/dts/imx35.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx35.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ compatible = "fsl,imx35-wdt", "fsl,imx21-wdt"; reg = <0x53fdc000 0x4000>; clocks = <&clks 74>; - clock-names = ""; interrupts = <55>; }; |