ARM: dts: imx25: Fix dryice node
authorFabio Estevam <festevam@denx.de>
Wed, 27 Sep 2023 20:24:00 +0000 (17:24 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 12:41:47 +0000 (20:41 +0800)
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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx25.dtsi

index 5f90d72b840b0e6d8035107918ac164da540a088..22f07980f58a8d584bbaf9e0fd956d26f78df897 100644 (file)
                        };
 
                        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>;
                        };
                };