All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: am335x-pcm-953: Define fixed regulators in root node
@ 2022-10-11 14:31 Dominik Haller
  2022-11-09  8:35 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Haller @ 2022-10-11 14:31 UTC (permalink / raw)
  To: linux-omap
  Cc: bcousson, tony, robh+dt, krzysztof.kozlowski+dt, devicetree, upstream

Remove the regulators node and define fixed regulators in the root node.
Prevents the sdhci-omap driver from waiting in probe deferral forever
because of the missing vmmc-supply and keeps am335x-pcm-953 consistent with
the other Phytec AM335 boards.

Fixes: bb07a829ec38 ("ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board")
Signed-off-by: Dominik Haller <d.haller@phytec.de>
---
 arch/arm/boot/dts/am335x-pcm-953.dtsi | 28 +++++++++++++--------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/arch/arm/boot/dts/am335x-pcm-953.dtsi b/arch/arm/boot/dts/am335x-pcm-953.dtsi
index dae448040a97..947497413977 100644
--- a/arch/arm/boot/dts/am335x-pcm-953.dtsi
+++ b/arch/arm/boot/dts/am335x-pcm-953.dtsi
@@ -12,22 +12,20 @@ / {
 	compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx";
 
 	/* Power */
-	regulators {
-		vcc3v3: fixedregulator@1 {
-			compatible = "regulator-fixed";
-			regulator-name = "vcc3v3";
-			regulator-min-microvolt = <3300000>;
-			regulator-max-microvolt = <3300000>;
-			regulator-boot-on;
-		};
+	vcc3v3: fixedregulator1 {
+		compatible = "regulator-fixed";
+		regulator-name = "vcc3v3";
+		regulator-min-microvolt = <3300000>;
+		regulator-max-microvolt = <3300000>;
+		regulator-boot-on;
+	};
 
-		vcc1v8: fixedregulator@2 {
-			compatible = "regulator-fixed";
-			regulator-name = "vcc1v8";
-			regulator-min-microvolt = <1800000>;
-			regulator-max-microvolt = <1800000>;
-			regulator-boot-on;
-		};
+	vcc1v8: fixedregulator2 {
+		compatible = "regulator-fixed";
+		regulator-name = "vcc1v8";
+		regulator-min-microvolt = <1800000>;
+		regulator-max-microvolt = <1800000>;
+		regulator-boot-on;
 	};
 
 	/* User IO */
-- 
2.25.1


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

* Re: [PATCH] ARM: dts: am335x-pcm-953: Define fixed regulators in root node
  2022-10-11 14:31 [PATCH] ARM: dts: am335x-pcm-953: Define fixed regulators in root node Dominik Haller
@ 2022-11-09  8:35 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2022-11-09  8:35 UTC (permalink / raw)
  To: Dominik Haller
  Cc: linux-omap, bcousson, robh+dt, krzysztof.kozlowski+dt,
	devicetree, upstream

* Dominik Haller <d.haller@phytec.de> [221011 17:22]:
> Remove the regulators node and define fixed regulators in the root node.
> Prevents the sdhci-omap driver from waiting in probe deferral forever
> because of the missing vmmc-supply and keeps am335x-pcm-953 consistent with
> the other Phytec AM335 boards.
> 
> Fixes: bb07a829ec38 ("ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board")
> Signed-off-by: Dominik Haller <d.haller@phytec.de>

Applying into omap-for-v6.1/dt thanks. With the fixes tag it will get
picked into the stable kernels too.

Regards,

Tony

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

end of thread, other threads:[~2022-11-09  8:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 14:31 [PATCH] ARM: dts: am335x-pcm-953: Define fixed regulators in root node Dominik Haller
2022-11-09  8:35 ` Tony Lindgren

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.