]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: layerscape: remove big-endian for mmc nodes
authorFrank Li <Frank.Li@nxp.com>
Mon, 29 Jul 2024 18:59:29 +0000 (14:59 -0400)
committerShawn Guo <shawnguo@kernel.org>
Tue, 13 Aug 2024 07:26:50 +0000 (15:26 +0800)
According to binding doc fsl,esdhc.yaml, the default endian mode is
big-endian. So remove big-endian property to fix below CHECK_DTBS warnings:

arm64/boot/dts/freescale/fsl-ls1012a-qds.dtb: mmc@1560000: Unevaluated properties are not allowed ('big-endian' was unexpected)
        from schema $id: http://devicetree.org/schemas/mmc/fsl,esdhc.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index dfd245b326a0dda2fb47905ed5a5ca562ddb3d45..a3c57da63a01b8d887c002214f4d8921481e2bbf 100644 (file)
                                            QORIQ_CLK_PLL_DIV(1)>;
                        voltage-ranges = <1800 1800 3300 3300>;
                        sdhci,auto-cmd12;
-                       big-endian;
                        bus-width = <4>;
                        status = "disabled";
                };
                                            QORIQ_CLK_PLL_DIV(1)>;
                        voltage-ranges = <1800 1800 3300 3300>;
                        sdhci,auto-cmd12;
-                       big-endian;
                        broken-cd;
                        bus-width = <4>;
                        status = "disabled";
index 6d89cb5ddfc9c5845180bfbcbc8f50c0aaf81144..58daf3f1d6373d3a12e27466344d22da24e056bc 100644 (file)
                        clock-frequency = <0>;
                        voltage-ranges = <1800 1800 3300 3300>;
                        sdhci,auto-cmd12;
-                       big-endian;
                        bus-width = <4>;
                };
 
index baf9cb90ba8e751572e3d5353316d6d18cc45446..41a1f4f2f880e5f5b495b55c9a0cacb28bb783ed 100644 (file)
                        clocks = <&clockgen QORIQ_CLK_HWACCEL 1>;
                        voltage-ranges = <1800 1800 3300 3300>;
                        sdhci,auto-cmd12;
-                       big-endian;
                        bus-width = <4>;
                };
 
                        interrupts = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(2)>;
-                       big-endian;
                };
 
                edma0: dma-controller@2c00000 {