Commit 6557a16c authored by Yangbo Lu's avatar Yangbo Lu Committed by Shawn Guo

arm64: dts: ls208xa: support SD UHS-I on RDB and eMMC HS200 on QDS

This patch is to enable SD UHS-I mode on LS208xRDB and eMMC HS200
mode on LS208xQDS in dts. Also, the eSDHC peripheral clock must be
used instead of platform clock to support these modes.
Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent a87b843d
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
*/ */
&esdhc { &esdhc {
mmc-hs200-1_8v;
status = "okay"; status = "okay";
}; };
......
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
*/ */
&esdhc { &esdhc {
sd-uhs-sdr104;
sd-uhs-sdr50;
sd-uhs-sdr25;
sd-uhs-sdr12;
status = "okay"; status = "okay";
}; };
......
...@@ -472,7 +472,7 @@ esdhc: esdhc@2140000 { ...@@ -472,7 +472,7 @@ esdhc: esdhc@2140000 {
compatible = "fsl,ls2080a-esdhc", "fsl,esdhc"; compatible = "fsl,ls2080a-esdhc", "fsl,esdhc";
reg = <0x0 0x2140000 0x0 0x10000>; reg = <0x0 0x2140000 0x0 0x10000>;
interrupts = <0 28 0x4>; /* Level high type */ interrupts = <0 28 0x4>; /* Level high type */
clock-frequency = <0>; /* Updated by bootloader */ clocks = <&clockgen 4 1>;
voltage-ranges = <1800 1800 3300 3300>; voltage-ranges = <1800 1800 3300 3300>;
sdhci,auto-cmd12; sdhci,auto-cmd12;
little-endian; little-endian;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment