diff mbox series

ARM: dts: imx25: Fix dryice node

Message ID 20230927202400.308498-1-festevam@gmail.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: imx25: Fix dryice node | expand

Commit Message

Fabio Estevam Sept. 27, 2023, 8:24 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

Per imxdi-rtc.yaml, there is only one valid compatible entry and
clock-names is not a valid property.

Change it to fix the following schema warnings:

dryice@53ffc000: compatible: ['fsl,imx25-dryice', 'fsl,imx25-rtc'] is too long
	from schema $id: http://devicetree.org/schemas/rtc/imxdi-rtc.yaml#
dryice@53ffc000: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+'
	from schema $id: http://devicetree.org/schemas/rtc/imxdi-rtc.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/nxp/imx/imx25.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Shawn Guo Oct. 10, 2023, 1:19 a.m. UTC | #1
On Wed, Sep 27, 2023 at 05:24:00PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> Per imxdi-rtc.yaml, there is only one valid compatible entry and
> clock-names is not a valid property.
> 
> Change it to fix the following schema warnings:
> 
> dryice@53ffc000: compatible: ['fsl,imx25-dryice', 'fsl,imx25-rtc'] is too long
> 	from schema $id: http://devicetree.org/schemas/rtc/imxdi-rtc.yaml#
> dryice@53ffc000: 'clock-names' does not match any of the regexes: 'pinctrl-[0-9]+'
> 	from schema $id: http://devicetree.org/schemas/rtc/imxdi-rtc.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..22f07980f58a 100644
--- a/arch/arm/boot/dts/nxp/imx/imx25.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx25.dtsi
@@ -583,10 +583,9 @@  usbmisc: usbmisc@53ff4600 {
 			};
 
 			dryice@53ffc000 {
-				compatible = "fsl,imx25-dryice", "fsl,imx25-rtc";
+				compatible = "fsl,imx25-rtc";
 				reg = <0x53ffc000 0x4000>;
 				clocks = <&clks 81>;
-				clock-names = "ipg";
 				interrupts = <25 56>;
 			};
 		};