Commit d132a000 authored by Keerthy's avatar Keerthy Committed by Tony Lindgren

ARM: dts: AM43XX: Remove min and max voltage values for dcdc3

dcdc3 supplies to DDR on AM43x series. When we set both
min and max values to the same value. The regulator framework
sets that particular voltage. This is bad as we are changing
the ddr voltage when executing from ddr. Hence remove the min and
max values. The ddr supply voltage shall be set from bootloader
when not executing from ddr and not while executing from kernel.

The previous discussion can be found here:

http://www.spinics.net/lists/devicetree/msg56399.htmlSigned-off-by: default avatarKeerthy <j-keerthy@ti.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent accc55d9
...@@ -549,8 +549,6 @@ dcdc2: regulator-dcdc2 { ...@@ -549,8 +549,6 @@ dcdc2: regulator-dcdc2 {
dcdc3: regulator-dcdc3 { dcdc3: regulator-dcdc3 {
regulator-name = "vdcdc3"; regulator-name = "vdcdc3";
regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
regulator-state-mem { regulator-state-mem {
......
...@@ -451,8 +451,6 @@ dcdc2: regulator-dcdc2 { ...@@ -451,8 +451,6 @@ dcdc2: regulator-dcdc2 {
dcdc3: regulator-dcdc3 { dcdc3: regulator-dcdc3 {
regulator-name = "vdds_ddr"; regulator-name = "vdds_ddr";
regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
regulator-state-mem { regulator-state-mem {
......
...@@ -442,8 +442,6 @@ dcdc2: regulator-dcdc2 { ...@@ -442,8 +442,6 @@ dcdc2: regulator-dcdc2 {
dcdc3: regulator-dcdc3 { dcdc3: regulator-dcdc3 {
regulator-name = "vdcdc3"; regulator-name = "vdcdc3";
regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1500000>;
regulator-boot-on; regulator-boot-on;
regulator-always-on; regulator-always-on;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment