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>
This commit is contained in:
Marcin Wojtas
2021-01-12 11:46:55 +02:00
committed by Gregory CLEMENT
parent 6c55091335
commit e8ff9d5996

View File

@@ -113,6 +113,8 @@ &uart0 {
&ap_sdhci0 {
pinctrl-names = "default";
bus-width = <8>;
mmc-ddr-1_8v;
mmc-hs400-1_8v;
vqmmc-supply = <&ap0_reg_sd_vccq>;
status = "okay";
};