
23 Jul
2020
23 Jul
'20
6:30 a.m.
Add properties related to eMMC HS400 mode.
mmc-hs400-1_8v; bus-width = <8>;
They had been already in kernel dts file since the first lx2160ardb dts patch.
b068890 arm64: dts: add LX2160ARDB board support
Signed-off-by: Yangbo Lu yangbo.lu@nxp.com --- Changes for v2: - None. Changes for v3: - Explained more in commit message. --- arch/arm/dts/fsl-lx2160a-rdb.dts | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/arch/arm/dts/fsl-lx2160a-rdb.dts b/arch/arm/dts/fsl-lx2160a-rdb.dts index d787778..5fbdd90 100644 --- a/arch/arm/dts/fsl-lx2160a-rdb.dts +++ b/arch/arm/dts/fsl-lx2160a-rdb.dts @@ -80,6 +80,8 @@ &esdhc1 { status = "okay"; mmc-hs200-1_8v; + mmc-hs400-1_8v; + bus-width = <8>; };
&fspi {
--
2.7.4