]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx23/28: Remove undocumented "fsl,clkctrl"
authorFabio Estevam <festevam@denx.de>
Tue, 5 Dec 2023 14:47:13 +0000 (11:47 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 09:25:03 +0000 (17:25 +0800)
Per imx23-clock.yaml and imx28-clock.yaml, fsl,clkctrl is not a valid
compatible string.

Remove it to fix the following dt-schema warning:

imx28-evk.dtb: clkctrl@80040000: compatible: ['fsl,imx28-clkctrl', 'fsl,clkctrl'] is too long
from schema $id: http://devicetree.org/schemas/clock/imx28-clock.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/mxs/imx23.dtsi
arch/arm/boot/dts/nxp/mxs/imx28.dtsi

index 60bd88585bb48e53caa17ccf7442fce3cbfe1432..7d82c03ef4027cf02a460f34aa263c013e84a8e6 100644 (file)
                        ranges;
 
                        clks: clkctrl@80040000 {
-                               compatible = "fsl,imx23-clkctrl", "fsl,clkctrl";
+                               compatible = "fsl,imx23-clkctrl";
                                reg = <0x80040000 0x2000>;
                                #clock-cells = <1>;
                        };
index 409952feec2c5e39be96ccd2c803dded329016a0..9817ef7c08802fb28dd479340fd555870f372b8d 100644 (file)
                        ranges;
 
                        clks: clkctrl@80040000 {
-                               compatible = "fsl,imx28-clkctrl", "fsl,clkctrl";
+                               compatible = "fsl,imx28-clkctrl";
                                reg = <0x80040000 0x2000>;
                                #clock-cells = <1>;
                        };