Commit e8ff9d59 authored by Marcin Wojtas's avatar Marcin Wojtas Committed by Gregory CLEMENT
Browse files

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: default avatarMarcin Wojtas <mw@semihalf.com>
Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
Signed-off-by: default avatarGregory CLEMENT <gregory.clement@bootlin.com>
parent 6c550913
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";
};