diff mbox series

[v2,3/3] arm64: dts: cn913x-db: enable MMC HS400

Message ID 20201216074540.30616-4-kostap@marvell.com
State Superseded
Headers show
Series update xenon controller properties in CN913X family | expand

Commit Message

Kostya Porotchkin Dec. 16, 2020, 7:45 a.m. UTC
From: Marcin Wojtas <mw@semihalf.com>

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>
---
 arch/arm64/boot/dts/marvell/cn9130-db.dts | 2 ++
 1 file changed, 2 insertions(+)

Comments

Marcin Wojtas Dec. 18, 2020, 3:43 a.m. UTC | #1
Hi,

śr., 16 gru 2020 o 08:46 <kostap@marvell.com> napisał(a):
>

> From: Marcin Wojtas <mw@semihalf.com>

>

> 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>

> ---

>  arch/arm64/boot/dts/marvell/cn9130-db.dts | 2 ++

>  1 file changed, 2 insertions(+)

>

> 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";

>  };


I can confirm all works fine on top of the mmc next branch:
[    3.591989] mmc0: new HS400 MMC card at address 0001

Best regards,
Marcin
diff mbox series

Patch

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";
 };