ARM: dts: am335x-pcm-953: Define fixed regulators in root node
[ Upstream commit8950f345a6] 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:bb07a829ec("ARM: dts: Add support for phyCORE-AM335x PCM-953 carrier board") Signed-off-by: Dominik Haller <d.haller@phytec.de> Message-Id: <20221011143115.248003-1-d.haller@phytec.de> Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b7000254c1
commit
7cfb4b8579
@@ -12,22 +12,20 @@
|
|||||||
compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx";
|
compatible = "phytec,am335x-pcm-953", "phytec,am335x-phycore-som", "ti,am33xx";
|
||||||
|
|
||||||
/* Power */
|
/* Power */
|
||||||
regulators {
|
vcc3v3: fixedregulator1 {
|
||||||
vcc3v3: fixedregulator@1 {
|
compatible = "regulator-fixed";
|
||||||
compatible = "regulator-fixed";
|
regulator-name = "vcc3v3";
|
||||||
regulator-name = "vcc3v3";
|
regulator-min-microvolt = <3300000>;
|
||||||
regulator-min-microvolt = <3300000>;
|
regulator-max-microvolt = <3300000>;
|
||||||
regulator-max-microvolt = <3300000>;
|
regulator-boot-on;
|
||||||
regulator-boot-on;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
vcc1v8: fixedregulator@2 {
|
vcc1v8: fixedregulator2 {
|
||||||
compatible = "regulator-fixed";
|
compatible = "regulator-fixed";
|
||||||
regulator-name = "vcc1v8";
|
regulator-name = "vcc1v8";
|
||||||
regulator-min-microvolt = <1800000>;
|
regulator-min-microvolt = <1800000>;
|
||||||
regulator-max-microvolt = <1800000>;
|
regulator-max-microvolt = <1800000>;
|
||||||
regulator-boot-on;
|
regulator-boot-on;
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* User IO */
|
/* User IO */
|
||||||
|
|||||||
Reference in New Issue
Block a user