diff mbox series

[1/2] ARM: dts: imx35: Remove invalid wdog property

Message ID 20230524224625.431182-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series [1/2] ARM: dts: imx35: Remove invalid wdog property | expand

Commit Message

Fabio Estevam May 24, 2023, 10:46 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

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>
---
 arch/arm/boot/dts/imx35.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo May 27, 2023, 1:12 p.m. UTC | #1
On Wed, May 24, 2023 at 07:46:24PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> 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>

Applied both, thanks!
diff mbox series

Patch

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@53fdc000 {
 				compatible = "fsl,imx35-wdt", "fsl,imx21-wdt";
 				reg = <0x53fdc000 0x4000>;
 				clocks = <&clks 74>;
-				clock-names = "";
 				interrupts = <55>;
 			};