aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/pxa910.dtsi
diff options
context:
space:
mode:
authorHaojian Zhuang <haojian.zhuang@gmail.com>2012-09-21 06:06:54 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2012-10-02 05:43:17 -0400
commit74d8378159de16a0a1d1975d4778120d263d6000 (patch)
treef7b781d0ecb5b5a05a9c0f27df46f5101d2949d0 /arch/arm/boot/dts/pxa910.dtsi
parentfe1d38e80d1497a2b64685dd2e7a6018dc79b408 (diff)
ARM: dts: Enable 88pm860x pmic
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'arch/arm/boot/dts/pxa910.dtsi')
-rw-r--r--arch/arm/boot/dts/pxa910.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/pxa910.dtsi b/arch/arm/boot/dts/pxa910.dtsi
index aebf32de73b4..1942e5411acd 100644
--- a/arch/arm/boot/dts/pxa910.dtsi
+++ b/arch/arm/boot/dts/pxa910.dtsi
@@ -115,6 +115,8 @@
115 115
116 twsi1: i2c@d4011000 { 116 twsi1: i2c@d4011000 {
117 compatible = "mrvl,mmp-twsi"; 117 compatible = "mrvl,mmp-twsi";
118 #address-cells = <1>;
119 #size-cells = <0>;
118 reg = <0xd4011000 0x1000>; 120 reg = <0xd4011000 0x1000>;
119 interrupts = <7>; 121 interrupts = <7>;
120 mrvl,i2c-fast-mode; 122 mrvl,i2c-fast-mode;
@@ -123,6 +125,8 @@
123 125
124 twsi2: i2c@d4037000 { 126 twsi2: i2c@d4037000 {
125 compatible = "mrvl,mmp-twsi"; 127 compatible = "mrvl,mmp-twsi";
128 #address-cells = <1>;
129 #size-cells = <0>;
126 reg = <0xd4037000 0x1000>; 130 reg = <0xd4037000 0x1000>;
127 interrupts = <54>; 131 interrupts = <54>;
128 status = "disabled"; 132 status = "disabled";