]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: omap5-uevm: Split SMPS10 in two nodes
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 12 Aug 2013 09:37:01 +0000 (15:07 +0530)
committerBenoit Cousson <bcousson@baylibre.com>
Tue, 8 Oct 2013 15:51:40 +0000 (17:51 +0200)
SMPS10 has two outputs OUT1 and OUT2. Hence SMPS10 is modeled as
two regulators. The DT node is split to reflect it.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
arch/arm/boot/dts/omap5-uevm.dts

index 65d7b601651c390f78272602c79d6fb3b172ce4f..05b9b126f084cdf10298048f256332de0e74eb94 100644 (file)
                                        ti,smps-range = <0x80>;
                                };
 
-                               smps10_reg: smps10 {
+                               smps10_out2_reg: smps10_out2 {
                                        /* VBUS_5V_OTG */
-                                       regulator-name = "smps10";
+                                       regulator-name = "smps10_out2";
+                                       regulator-min-microvolt = <5000000>;
+                                       regulator-max-microvolt = <5000000>;
+                                       regulator-always-on;
+                                       regulator-boot-on;
+                               };
+
+                               smps10_out1_reg: smps10_out1 {
+                                       /* VBUS_5V_OTG */
+                                       regulator-name = "smps10_out1";
                                        regulator-min-microvolt = <5000000>;
                                        regulator-max-microvolt = <5000000>;
                                        regulator-always-on;