Message ID | 20230929020142.609083-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: imx25: Remove clock-names from the watchdog | expand |
On Thu, Sep 28, 2023 at 11:01:42PM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > 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> Applied, thanks!
diff --git a/arch/arm/boot/dts/nxp/imx/imx25.dtsi b/arch/arm/boot/dts/nxp/imx/imx25.dtsi index 5f90d72b840b..7d82b4b79a96 100644 --- a/arch/arm/boot/dts/nxp/imx/imx25.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx25.dtsi @@ -529,7 +529,6 @@ watchdog@53fdc000 { compatible = "fsl,imx25-wdt", "fsl,imx21-wdt"; reg = <0x53fdc000 0x4000>; clocks = <&clks 126>; - clock-names = ""; interrupts = <55>; };