summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/am437x-sk-evm.dts
diff options
context:
space:
mode:
authorKeerthy2017-06-02 11:24:01 +0200
committerTony Lindgren2017-06-06 09:31:41 +0200
commitd132a000887b47e2d8ba711224d19bd58727abe2 (patch)
tree4c9b29d97897bc26d96c778ddf658c94ebe507ec /arch/arm/boot/dts/am437x-sk-evm.dts
parentARM: dts: Add am335x-boneblue (diff)
downloadkernel-qcow2-linux-d132a000887b47e2d8ba711224d19bd58727abe2.tar.gz
kernel-qcow2-linux-d132a000887b47e2d8ba711224d19bd58727abe2.tar.xz
kernel-qcow2-linux-d132a000887b47e2d8ba711224d19bd58727abe2.zip
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.html Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am437x-sk-evm.dts')
-rw-r--r--arch/arm/boot/dts/am437x-sk-evm.dts2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am437x-sk-evm.dts b/arch/arm/boot/dts/am437x-sk-evm.dts
index a62e1583da04..2c6bf0684f50 100644
--- a/arch/arm/boot/dts/am437x-sk-evm.dts
+++ b/arch/arm/boot/dts/am437x-sk-evm.dts
@@ -451,8 +451,6 @@
dcdc3: regulator-dcdc3 {
regulator-name = "vdds_ddr";
- regulator-min-microvolt = <1500000>;
- regulator-max-microvolt = <1500000>;
regulator-boot-on;
regulator-always-on;
regulator-state-mem {