]> git.ipfire.org Git - people/ms/linux.git/commitdiff
ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators
authorMatt Porter <mporter@linaro.org>
Fri, 11 Apr 2014 12:35:43 +0000 (08:35 -0400)
committerMatt Porter <mporter@linaro.org>
Fri, 23 May 2014 12:07:01 +0000 (08:07 -0400)
Adds additional nodes to support GPLDO1-6 and VBUS regulators which
are now supported in the bcm590xx regulator driver.

Signed-off-by: Matt Porter <mporter@linaro.org>
arch/arm/boot/dts/bcm59056.dtsi

index dfadaaa89b059c37b11383b313f76b8c267754f6..066adfb10bd5ad674cd94ee75fbc8aebd8af896f 100644 (file)
 
                vsr_reg: vsr {
                };
+
+               gpldo1_reg: gpldo1 {
+               };
+
+               gpldo2_reg: gpldo2 {
+               };
+
+               gpldo3_reg: gpldo3 {
+               };
+
+               gpldo4_reg: gpldo4 {
+               };
+
+               gpldo5_reg: gpldo5 {
+               };
+
+               gpldo6_reg: gpldo6 {
+               };
+
+               vbus_reg: vbus {
+               };
        };
 };