arm64: dts: cn913x-db: enable MMC HS400
authorMarcin Wojtas <mw@semihalf.com>
Tue, 12 Jan 2021 09:46:55 +0000 (11:46 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 29 Jan 2021 15:44:47 +0000 (16:44 +0100)
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>
arch/arm64/boot/dts/marvell/cn9130-db.dts

index ce49a70..79020e6 100644 (file)
 &ap_sdhci0 {
        pinctrl-names = "default";
        bus-width = <8>;
+       mmc-ddr-1_8v;
+       mmc-hs400-1_8v;
        vqmmc-supply = <&ap0_reg_sd_vccq>;
        status = "okay";
 };