* [PATCH 1/2] ARM: tegra: Remove eMMC vmmc property for roth/tn7
@ 2014-11-13 4:59 Alexandre Courbot
2014-11-13 4:59 ` [PATCH 2/2] ARM: tegra: roth: Fix SD card VDD_IO regulator Alexandre Courbot
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Courbot @ 2014-11-13 4:59 UTC (permalink / raw)
To: Stephen Warren, Thierry Reding
Cc: linux-tegra, linux-arm-kernel, linux-kernel, gnurou, Alexandre Courbot
This property was wrong and broke eMMC since commit 52221610d. Align the
eMMC properties to those of other Tegra boards.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
---
Stephen, Thierry, could we merge these two guys for 3.18? Roth and TN7
are effectively broken until these fixes are in. Thanks!
arch/arm/boot/dts/tegra114-roth.dts | 1 -
arch/arm/boot/dts/tegra114-tn7.dts | 1 -
2 files changed, 2 deletions(-)
diff --git a/arch/arm/boot/dts/tegra114-roth.dts b/arch/arm/boot/dts/tegra114-roth.dts
index c7c6825f11fb..1f6eaba92f67 100644
--- a/arch/arm/boot/dts/tegra114-roth.dts
+++ b/arch/arm/boot/dts/tegra114-roth.dts
@@ -971,7 +971,6 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
- vmmc-supply = <&vdd_1v8>;
non-removable;
};
diff --git a/arch/arm/boot/dts/tegra114-tn7.dts b/arch/arm/boot/dts/tegra114-tn7.dts
index 963662145635..3c3e2afc537d 100644
--- a/arch/arm/boot/dts/tegra114-tn7.dts
+++ b/arch/arm/boot/dts/tegra114-tn7.dts
@@ -240,7 +240,6 @@
sdhci@78000600 {
status = "okay";
bus-width = <8>;
- vmmc-supply = <&vdd_1v8>;
non-removable;
};
--
2.1.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 2/2] ARM: tegra: roth: Fix SD card VDD_IO regulator
2014-11-13 4:59 [PATCH 1/2] ARM: tegra: Remove eMMC vmmc property for roth/tn7 Alexandre Courbot
@ 2014-11-13 4:59 ` Alexandre Courbot
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Courbot @ 2014-11-13 4:59 UTC (permalink / raw)
To: Stephen Warren, Thierry Reding
Cc: linux-tegra, linux-arm-kernel, linux-kernel, gnurou, Alexandre Courbot
vddio_sdmmc3 is a vdd_io, and thus should be under the vqmmc-supply
property, not vmmc-supply.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
---
arch/arm/boot/dts/tegra114-roth.dts | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/tegra114-roth.dts b/arch/arm/boot/dts/tegra114-roth.dts
index 1f6eaba92f67..10f42553831f 100644
--- a/arch/arm/boot/dts/tegra114-roth.dts
+++ b/arch/arm/boot/dts/tegra114-roth.dts
@@ -916,8 +916,6 @@
regulator-name = "vddio-sdmmc3";
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <3300000>;
- regulator-always-on;
- regulator-boot-on;
};
ldousb {
@@ -962,7 +960,7 @@
sdhci@78000400 {
status = "okay";
bus-width = <4>;
- vmmc-supply = <&vddio_sdmmc3>;
+ vqmmc-supply = <&vddio_sdmmc3>;
cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>;
power-gpios = <&gpio TEGRA_GPIO(H, 0) GPIO_ACTIVE_HIGH>;
};
--
2.1.3
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-13 4:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-13 4:59 [PATCH 1/2] ARM: tegra: Remove eMMC vmmc property for roth/tn7 Alexandre Courbot
2014-11-13 4:59 ` [PATCH 2/2] ARM: tegra: roth: Fix SD card VDD_IO regulator Alexandre Courbot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®