diff options
author | Marcin Wojtas <mw@semihalf.com> | 2021-01-12 12:46:55 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@bootlin.com> | 2021-01-29 18:44:47 +0300 |
commit | e8ff9d5996ac865982319cd44be9cf0515d31f82 (patch) | |
tree | 9617ef4e5a7975b506c05f0a3c5082bafaf9ac86 /arch/arm64/boot/dts/marvell/cn9130-db.dts | |
parent | 6c55091335213faf42eaf4c17614cc15ef70e735 (diff) | |
download | linux-e8ff9d5996ac865982319cd44be9cf0515d31f82.tar.xz |
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>
Diffstat (limited to 'arch/arm64/boot/dts/marvell/cn9130-db.dts')
-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"; }; |