diff options
author | 2021-01-12 11:46:55 +0200 | |
---|---|---|
committer | 2021-01-29 16:44:47 +0100 | |
commit | e8ff9d5996ac865982319cd44be9cf0515d31f82 (patch) | |
tree | 9617ef4e5a7975b506c05f0a3c5082bafaf9ac86 | |
parent | arm64: dts: change AP807 SDHCI compatibility string (diff) | |
download | wireguard-linux-e8ff9d5996ac865982319cd44be9cf0515d31f82.tar.xz wireguard-linux-e8ff9d5996ac865982319cd44be9cf0515d31f82.zip |
arm64: dts: cn913x-db: enable MMC HS400
This patch adds necessary flags in the device tree
which enable HS400 mode on AP807 MMC controller
on the CN913x-DB board.
Signed-off-by: Marcin Wojtas <mw@semihalf.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
-rw-r--r-- | arch/arm64/boot/dts/marvell/cn9130-db.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/marvell/cn9130-db.dts b/arch/arm64/boot/dts/marvell/cn9130-db.dts index ce49a70d88a0..79020e6d2792 100644 --- a/arch/arm64/boot/dts/marvell/cn9130-db.dts +++ b/arch/arm64/boot/dts/marvell/cn9130-db.dts @@ -113,6 +113,8 @@ &ap_sdhci0 { pinctrl-names = "default"; bus-width = <8>; + mmc-ddr-1_8v; + mmc-hs400-1_8v; vqmmc-supply = <&ap0_reg_sd_vccq>; status = "okay"; }; |