diff mbox series

ARM: dts: imx25: Remove clock-names from the watchdog

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

Commit Message

Fabio Estevam Sept. 29, 2023, 2:01 a.m. UTC
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>
---
 arch/arm/boot/dts/nxp/imx/imx25.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Oct. 10, 2023, 1:29 a.m. UTC | #1
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 mbox series

Patch

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>;
 			};