Skip to content

Commit

Permalink
arm64: dts: ls1088a: support eMMC HS200 speed mode for RDB board
Browse files Browse the repository at this point in the history
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: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Yangbo Lu authored and Shawn Guo committed Feb 14, 2020
1 parent ea38ca9 commit 4671f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/fsl-ls1088a-rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
};

&esdhc {
mmc-hs200-1_8v;
status = "okay";
};

Expand Down
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@
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;
Expand Down

0 comments on commit 4671f9c

Please sign in to comment.