提交 c13604d9 编写于 作者: G Gregory CLEMENT

arm64: dts: marvell: armada-3720-db: Add vmmc regulator for SD slot

By adding this regulator, a proper reset is done during boot. Without
this, the UHS failed to be detected after a warm reboot when the SD card
remained in the slot, then it fallback to an HS.

Note that the vmcc is supported by the xenon driver only with the
following fix: "mmc: sdhci-xenon: add set_power callback".
Signed-off-by: NGregory CLEMENT <gregory.clement@free-electrons.com>
上级 9e83bbdb
...@@ -94,6 +94,16 @@ ...@@ -94,6 +94,16 @@
3300000 0x0>; 3300000 0x0>;
enable-active-high; enable-active-high;
}; };
vcc_sd_reg2: regulator-vmcc {
compatible = "regulator-fixed";
regulator-name = "vcc_sd2";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-boot-on;
enable-active-high;
gpio = <&gpio_exp 4 GPIO_ACTIVE_HIGH>;
};
}; };
/* Gigabit module on CON19(V2.0)/CON21(V1.4) */ /* Gigabit module on CON19(V2.0)/CON21(V1.4) */
...@@ -179,6 +189,7 @@ ...@@ -179,6 +189,7 @@
bus-width = <4>; bus-width = <4>;
marvell,pad-type = "sd"; marvell,pad-type = "sd";
vqmmc-supply = <&vcc_sd_reg1>; vqmmc-supply = <&vcc_sd_reg1>;
vmmc-supply = <&vcc_sd_reg2>;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册