OSDN Git Service

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 dfadaaa..066adfb 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 {
+               };
        };
 };