Commit 4671f9cf authored by Yangbo Lu's avatar Yangbo Lu Committed by Shawn Guo

arm64: dts: ls1088a: support eMMC HS200 speed mode for RDB board

This patch is to add eMMC HS200 speed mode support on ls1088ardb
whose controller and peripheral circut support such capability.
And clocks dts property is needed for driver to get peripheral
clock value used for this speed mode.
Signed-off-by: default avatarYangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ea38ca9a
......@@ -83,6 +83,7 @@ &duart1 {
};
&esdhc {
mmc-hs200-1_8v;
status = "okay";
};
......
......@@ -393,6 +393,7 @@ esdhc: esdhc@2140000 {
reg = <0x0 0x2140000 0x0 0x10000>;
interrupts = <0 28 0x4>; /* Level high type */
clock-frequency = <0>;
clocks = <&clockgen 2 1>;
voltage-ranges = <1800 1800 3300 3300>;
sdhci,auto-cmd12;
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