[PATCH 15/16] ARM: ux500: Add regulator support for nomadik-i2c into the db8500 Device Tree
From: Lee Jones <hidden>
Date: 2012-05-18 08:39:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Lee Jones <hidden>
Date: 2012-05-18 08:39:14
Subsystem:
the rest · Maintainer:
Linus Torvalds
Now we have full ab8500 and db8500-prcmu regulator support within DT we can easily reference them from within each of the consumer's nodes. Here we reference the ones used by each of the Nomadic I2C controllers. Signed-off-by: Lee Jones <redacted> --- arch/arm/boot/dts/db8500.dtsi | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi
index dcc5099..f1e0fb4 100644
--- a/arch/arm/boot/dts/db8500.dtsi
+++ b/arch/arm/boot/dts/db8500.dtsi@@ -434,6 +434,7 @@ interrupts = <0 21 0x4>; #address-cells = <1>; #size-cells = <0>; + v-i2c-supply = <&db8500_vape_reg>; }; i2c at 80122000 {
@@ -442,6 +443,7 @@ interrupts = <0 22 0x4>; #address-cells = <1>; #size-cells = <0>; + v-i2c-supply = <&db8500_vape_reg>; }; i2c at 80128000 {
@@ -450,6 +452,7 @@ interrupts = <0 55 0x4>; #address-cells = <1>; #size-cells = <0>; + v-i2c-supply = <&db8500_vape_reg>; }; i2c at 80110000 {
@@ -458,6 +461,7 @@ interrupts = <0 12 0x4>; #address-cells = <1>; #size-cells = <0>; + v-i2c-supply = <&db8500_vape_reg>; }; i2c at 8012a000 {
@@ -466,6 +470,7 @@ interrupts = <0 51 0x4>; #address-cells = <1>; #size-cells = <0>; + v-i2c-supply = <&db8500_vape_reg>; }; ssp at 80002000 {
--
1.7.9.5