]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: ls1021a: remove undocumented 'big-endian' for memory-controller node
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Fri, 25 Jul 2025 06:13:35 +0000 (08:13 +0200)
committerShawn Guo <shawnguo@kernel.org>
Fri, 22 Aug 2025 03:15:09 +0000 (11:15 +0800)
According to binding doc mmc/fsl,esdhc.yaml and driver
drivers/mmc/host/sdhci-of-esdhc.c, default is big-endian, should
use little-endian for little-endian system. Remove 'big-endian' to fix
below warning:

esdhc@1560000 (fsl,ls1021a-esdhc): Unevaluated properties are not allowed ('big-endian', 'bus-width' were unexpected)

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/ls/ls1021a.dtsi

index d8a43c5aac80bd71214e99dfc427d324a0f8aba4..abb3e5ed7e027c5f53b35338dcd6c1bc0ba5dfe2 100644 (file)
                        clock-frequency = <0>;
                        voltage-ranges = <1800 1800 3300 3300>;
                        sdhci,auto-cmd12;
-                       big-endian;
                        bus-width = <4>;
                        status = "disabled";
                };