]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: am335x phytec boards: Remove regulator node
authorTeresa Remmet <t.remmet@phytec.de>
Fri, 24 May 2019 13:19:58 +0000 (15:19 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 10 Jun 2019 12:06:13 +0000 (05:06 -0700)
Move regulators directly to the root node like most am335x boards do.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-phycore-som.dtsi
arch/arm/boot/dts/am335x-wega.dtsi

index 23c3039c567efdc3cecfb37b6c82a22619ce2350..f5b53d30e9a927bc77f4c8b082ced8751aebf2d9 100644 (file)
@@ -30,17 +30,13 @@ memory@80000000 {
                reg = <0x80000000 0x10000000>; /* 256 MB */
        };
 
-       regulators {
-               compatible = "simple-bus";
-
-               vcc5v: fixedregulator0 {
-                       compatible = "regulator-fixed";
-                       regulator-name = "vcc5v";
-                       regulator-min-microvolt = <5000000>;
-                       regulator-max-microvolt = <5000000>;
-                       regulator-boot-on;
-                       regulator-always-on;
-               };
+       vcc5v: fixedregulator0 {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc5v";
+               regulator-min-microvolt = <5000000>;
+               regulator-max-microvolt = <5000000>;
+               regulator-boot-on;
+               regulator-always-on;
        };
 };
 
index b7d28a20341fb5d0494d55cd5a261f2c20d87a2f..73ca16b1ed2498d63263f65e884db2a9f005bb0f 100644 (file)
@@ -15,16 +15,12 @@ sound: sound_iface {
                compatible = "ti,da830-evm-audio";
        };
 
-       regulators {
-               compatible = "simple-bus";
-
-               vcc3v3: fixedregulator1 {
-                       compatible = "regulator-fixed";
-                       regulator-name = "vcc3v3";
-                       regulator-min-microvolt = <3300000>;
-                       regulator-max-microvolt = <3300000>;
-                       regulator-boot-on;
-               };
+       vcc3v3: fixedregulator1 {
+               compatible = "regulator-fixed";
+               regulator-name = "vcc3v3";
+               regulator-min-microvolt = <3300000>;
+               regulator-max-microvolt = <3300000>;
+               regulator-boot-on;
        };
 };