[PATCH v2 5/7] ARM: dts: ls1021a: remove big-endian for mmc modes

Frank Li posted 7 patches 1 month, 2 weeks ago
There is a newer version of this series
[PATCH v2 5/7] ARM: dts: ls1021a: remove big-endian for mmc modes
Posted by Frank Li 1 month, 2 weeks ago
Remove undocumented big-endian, there are already define little-endian at
binding doc.

Fix below CHECK_DTB warning:
arch/arm/boot/dts/nxp/ls/ls1021a-iot.dtb: esdhc@1560000 (fsl,ls1021a-esdhc): Unevaluated properties are not allowed ('big-endian', 'bus-width', 'compatible' were unexpected)

Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
 arch/arm/boot/dts/nxp/ls/ls1021a.dtsi | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi b/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi
index c3aab7694074d714671ac6c827c87a8491c75585..ce9bb85a72e625c3740e04b12dbe8dab82d4cbf4 100644
--- a/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi
+++ b/arch/arm/boot/dts/nxp/ls/ls1021a.dtsi
@@ -162,7 +162,6 @@ esdhc: mmc@1560000 {
 			clock-frequency = <0>;
 			voltage-ranges = <1800 1800 3300 3300>;
 			sdhci,auto-cmd12;
-			big-endian;
 			bus-width = <4>;
 			status = "disabled";
 		};

-- 
2.34.1