]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: am335x-boneblack: Add names for remaining regulators
authorMark Brown <broonie@kernel.org>
Fri, 5 Sep 2014 21:12:05 +0000 (22:12 +0100)
committerTony Lindgren <tony@atomide.com>
Tue, 9 Sep 2014 00:19:13 +0000 (17:19 -0700)
Add regulator-name properties for the regulators that don't have them,
allowing the kernel to display the name from the schematic rather than
the name of the regulator on the PMIC in order to improve diagnostics.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-bone-common.dtsi

index bde1777b62bef8e76899473e8d935d45115e08e3..fe983d204b2b30a1c171ce8816c26a67a774fc53 100644 (file)
 &tps {
        regulators {
                dcdc1_reg: regulator@0 {
+                       regulator-name = "vdds_dpr";
                        regulator-always-on;
                };
 
                };
 
                ldo1_reg: regulator@3 {
+                       regulator-name = "vio,vrtc,vdds";
                        regulator-always-on;
                };
 
                ldo2_reg: regulator@4 {
+                       regulator-name = "vdd_3v3aux";
                        regulator-always-on;
                };
 
                ldo3_reg: regulator@5 {
+                       regulator-name = "vdd_1v8";
                        regulator-always-on;
                };
 
                ldo4_reg: regulator@6 {
+                       regulator-name = "vdd_3v3a";
                        regulator-always-on;
                };
        };