Commit 26bfad63 authored by Tony Lindgren's avatar Tony Lindgren

ARM: dts: omap4-droid4: Fix MMC1 card for detect GPIO and regulator

There's a typo, it should be GPIO176 and not GPIO106.

And it seems I messed up the regulators at some point while trying
to figure out what devices the regulators are used. The correct
regulator for MMC1 is vwlan2.

Fixes: 0d4cb3cc ("ARM: dts: Configure regulators for droid 4")
Reported-by: default avatarSebastian Reichel <sre@kernel.org>
Reviewed-by: default avatarSebastian Reichel <sre@kernel.org>
Tested-by: default avatarSebastian Reichel <sre@kernel.org>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent 7a9b2484
......@@ -155,6 +155,7 @@ vwlan1: VWLAN1 {
regulator-enable-ramp-delay = <1000>;
};
/* Used by micro-SDIO at mmc1 */
vwlan2: VWLAN2 {
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
......@@ -167,7 +168,6 @@ vsim: VSIM {
regulator-enable-ramp-delay = <1000>;
};
/* Used by micro-SDIO at mmc1 */
vsimcard: VSIMCARD {
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <2900000>;
......
......@@ -284,9 +284,9 @@ MATRIX_KEY(5, 0, KEY_VOLUMEUP)
};
&mmc1 {
vmmc-supply = <&vsimcard>;
vmmc-supply = <&vwlan2>;
bus-width = <4>;
cd-gpios = <&gpio4 10 GPIO_ACTIVE_LOW>; /* gpio106 */
cd-gpios = <&gpio6 16 GPIO_ACTIVE_LOW>; /* gpio176 */
};
&mmc2 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment