ARM: dts: imx53: Adjust the ecspi compatible
authorFabio Estevam <festevam@denx.de>
Sun, 24 Sep 2023 18:43:20 +0000 (15:43 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 25 Sep 2023 04:01:56 +0000 (12:01 +0800)
Per fsl-imx-cspi.yaml, "fsl,imx53-ecspi" should not contain addtional
compatible entries.

Change it accordingly to fix the following schema warning:

spi@63fac000: compatible: 'oneOf' conditional failed, one must be fixed:
['fsl,imx53-ecspi', 'fsl,imx51-ecspi'] is too long

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

index 0ebc35e6e9859e9ffffc9c2929c8fb6325d671da..07658e477095fa7bf857a96290244e9ae4bd6653 100644 (file)
                                ecspi1: spi@50010000 {
                                        #address-cells = <1>;
                                        #size-cells = <0>;
-                                       compatible = "fsl,imx53-ecspi", "fsl,imx51-ecspi";
+                                       compatible = "fsl,imx53-ecspi";
                                        reg = <0x50010000 0x4000>;
                                        interrupts = <36>;
                                        clocks = <&clks IMX5_CLK_ECSPI1_IPG_GATE>,
                        ecspi2: spi@63fac000 {
                                #address-cells = <1>;
                                #size-cells = <0>;
-                               compatible = "fsl,imx53-ecspi", "fsl,imx51-ecspi";
+                               compatible = "fsl,imx53-ecspi";
                                reg = <0x63fac000 0x4000>;
                                interrupts = <37>;
                                clocks = <&clks IMX5_CLK_ECSPI2_IPG_GATE>,