diff options
author | Matt Porter <mporter@linaro.org> | 2014-04-11 16:35:43 +0400 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-05-23 16:07:01 +0400 |
commit | de9bd52f21b5677a18a205c2a931c87254dabdeb (patch) | |
tree | 9a6186950b47748fbfa997b4b3cadc5b0e288648 /arch/arm/boot/dts/bcm59056.dtsi | |
parent | 8411ca1f7d636338b184c74f4c09ec00a454e5f9 (diff) | |
download | linux-de9bd52f21b5677a18a205c2a931c87254dabdeb.tar.xz |
ARM: dts: bcm590xx: add support for GPLDO and VBUS regulators
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>
Diffstat (limited to 'arch/arm/boot/dts/bcm59056.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm59056.dtsi | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm59056.dtsi b/arch/arm/boot/dts/bcm59056.dtsi index dfadaaa89b05..066adfb10bd5 100644 --- a/arch/arm/boot/dts/bcm59056.dtsi +++ b/arch/arm/boot/dts/bcm59056.dtsi @@ -70,5 +70,26 @@ vsr_reg: vsr { }; + + gpldo1_reg: gpldo1 { + }; + + gpldo2_reg: gpldo2 { + }; + + gpldo3_reg: gpldo3 { + }; + + gpldo4_reg: gpldo4 { + }; + + gpldo5_reg: gpldo5 { + }; + + gpldo6_reg: gpldo6 { + }; + + vbus_reg: vbus { + }; }; }; |