All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: exynos-5422-odroid: Remove always_on for eMMC and SD regulators
@ 2016-04-01 14:45 Markus Reichl
  2016-04-04  0:37 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Markus Reichl @ 2016-04-01 14:45 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Kukjin Kim, linux-samsung-soc

Allow these suplies to be switched off if not used.

Signed-off-by: Markus Reichl <m.reichl@fivetechno.de>
---
Tested with eMMC only on XU4.
SD still needs testing.
---
 arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
index a761d3f..6f2f364 100644
--- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
+++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
@@ -141,7 +141,6 @@
                                regulator-name = "vddq_mmc0";
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <1800000>;
-                               regulator-always-on;
                        };
 
                        ldo5_reg: LDO5 {
@@ -204,7 +203,6 @@
                                regulator-name = "vddq_mmc2";
                                regulator-min-microvolt = <2800000>;
                                regulator-max-microvolt = <2800000>;
-                               regulator-always-on;
                        };
 
                        ldo15_reg: LDO15 {
@@ -232,14 +230,12 @@
                                regulator-name = "vdd_emmc_1V8";
                                regulator-min-microvolt = <1800000>;
                                regulator-max-microvolt = <1800000>;
-                               regulator-always-on;
                        };
 
                        ldo19_reg: LDO19 {
                                regulator-name = "vdd_sd";
                                regulator-min-microvolt = <2800000>;
                                regulator-max-microvolt = <2800000>;
-                               regulator-always-on;
                        };
 
                        ldo24_reg: LDO24 {
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-04-04  8:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-01 14:45 [PATCH] ARM: dts: exynos-5422-odroid: Remove always_on for eMMC and SD regulators Markus Reichl
2016-04-04  0:37 ` Krzysztof Kozlowski
2016-04-04  8:38   ` Markus Reichl

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.