[15/16] ARM: ux500: Add regulator support for nomadik-i2c into the db8...

My dashboard
Submitter Lee Jones
Subject [15/16] ARM: ux500: Add regulator support for nomadik-i2c into the db8500 Device Tree
Date May 18, 2012, 8:39 a.m.
List thread <1337330355-17747-16-git-send-email-lee.jones@linaro.org>
Project linux-arm-kernel
State New
Headers show

Comments

Lee Jones - May 18, 2012, 8:39 a.m.
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 <lee.jones@linaro.org>
---
 arch/arm/boot/dts/db8500.dtsi |    5 +++++
 1 file changed, 5 insertions(+)

Patch

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@80122000 {
@@ -442,6 +443,7 @@ 
 			interrupts = <0 22 0x4>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			v-i2c-supply = <&db8500_vape_reg>;
 		};
 
 		i2c@80128000 {
@@ -450,6 +452,7 @@ 
 			interrupts = <0 55 0x4>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			v-i2c-supply = <&db8500_vape_reg>;
 		};
 
 		i2c@80110000 {
@@ -458,6 +461,7 @@ 
 			interrupts = <0 12 0x4>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			v-i2c-supply = <&db8500_vape_reg>;
 		};
 
 		i2c@8012a000 {
@@ -466,6 +470,7 @@ 
 			interrupts = <0 51 0x4>;
 			#address-cells = <1>;
 			#size-cells = <0>;
+			v-i2c-supply = <&db8500_vape_reg>;
 		};
 
 		ssp@80002000 {