]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - rpmsg/hwspinlock.git/commitdiff
ARM: dts: AM43XX: Remove min and max voltage values for dcdc3
authorKeerthy <j-keerthy@ti.com>
Fri, 2 Jun 2017 09:24:01 +0000 (14:54 +0530)
committerTony Lindgren <tony@atomide.com>
Tue, 6 Jun 2017 07:31:41 +0000 (00:31 -0700)
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>
arch/arm/boot/dts/am437x-gp-evm.dts
arch/arm/boot/dts/am437x-sk-evm.dts
arch/arm/boot/dts/am43x-epos-evm.dts

index 397e98b7e246ae0a45a280a867583c35f064020f..29a538ecd405db81959e839768dc2731d10a63aa 100644 (file)
 
                dcdc3: regulator-dcdc3 {
                        regulator-name = "vdcdc3";
-                       regulator-min-microvolt = <1500000>;
-                       regulator-max-microvolt = <1500000>;
                        regulator-boot-on;
                        regulator-always-on;
                        regulator-state-mem {
index a62e1583da04189613a821fb02ed7d226415774a..2c6bf0684f5055bfe014bd4e433f4cd035e0924a 100644 (file)
 
                dcdc3: regulator-dcdc3 {
                        regulator-name = "vdds_ddr";
-                       regulator-min-microvolt = <1500000>;
-                       regulator-max-microvolt = <1500000>;
                        regulator-boot-on;
                        regulator-always-on;
                        regulator-state-mem {
index f6648ab10d29ee482d9236f0486e456d3673136c..54f40f370011c211664a6583a845146b50b996af 100644 (file)
 
                dcdc3: regulator-dcdc3 {
                        regulator-name = "vdcdc3";
-                       regulator-min-microvolt = <1500000>;
-                       regulator-max-microvolt = <1500000>;
                        regulator-boot-on;
                        regulator-always-on;
                };