提交 ea5b7c10 编写于 作者: N Nishanth Menon 提交者: Benoit Cousson

ARM: dts: am335x-boneblack: move fixed regulator to board level

3.3V fixed regulator does not belong to TPS node - as a result
the fixed regulator is never probed and MMC is continually deferred
due to lack of regulator.

Move the fixed regulator to be at root of platform.

Cc: Joel Fernandes <joelf@ti.com>
Cc: Sekhar Nori <nsekhar@ti.com>
Cc: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: NNishanth Menon <nm@ti.com>
Tested-by: NFelipe Balbi <balbi@ti.com>
Tested-by: NBalaji T K <balajitk@ti.com>
Signed-off-by: NBenoit Cousson <bcousson@baylibre.com>
上级 81660208
...@@ -55,6 +55,13 @@ ...@@ -55,6 +55,13 @@
default-state = "off"; default-state = "off";
}; };
}; };
vmmcsd_fixed: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "vmmcsd_fixed";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
}; };
&am33xx_pinmux { &am33xx_pinmux {
...@@ -257,13 +264,6 @@ ...@@ -257,13 +264,6 @@
regulator-always-on; regulator-always-on;
}; };
}; };
vmmcsd_fixed: fixedregulator@0 {
compatible = "regulator-fixed";
regulator-name = "vmmcsd_fixed";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
}; };
&cpsw_emac0 { &cpsw_emac0 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册