arm64: dts: lx2162a-qds: support SD UHS-I and eMMC HS400 modes
authorYangbo Lu <yangbo.lu@nxp.com>
Tue, 14 Dec 2021 07:23:41 +0000 (01:23 -0600)
committerShawn Guo <shawnguo@kernel.org>
Thu, 16 Dec 2021 09:28:51 +0000 (17:28 +0800)
The default NXP SDHC adapter cards for LX2162AQDS are SD 2.0/3.0
adapter card for eSDHC1, and eMMC 5.1 adapter card for eSDHC2.
Add speed modes properties supported by the two adapters in device
tree node.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-lx2162a-qds.dts

index 5b7c51c1e3c2b004d0c4ac1c7c6e0bac555075d6..dcca026446d86553b94c229439247a76df0d42ce 100644 (file)
 };
 
 &esdhc0 {
+       sd-uhs-sdr104;
+       sd-uhs-sdr50;
+       sd-uhs-sdr25;
+       sd-uhs-sdr12;
        status = "okay";
 };
 
 &esdhc1 {
+       mmc-hs200-1_8v;
+       mmc-hs400-1_8v;
+       bus-width = <8>;
        status = "okay";
 };