summary refs log tree commit diff
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2012-11-23 06:58:34 +0900
committerJason Cooper <jason@lakedaemon.net>2012-11-24 02:58:56 +0000
commit083651f278ab250504b5aa10d0e351a203648673 (patch)
tree96f084406922597cf71f482eb210693aa488f6cd
parentde64ee5eabad1d7857890c730b21489561bd202e (diff)
downloadlinux-083651f278ab250504b5aa10d0e351a203648673.tar.gz
ARM: kirkwood: Add support DT of second I2C bus
Second I2C bus is supported by 88f6282 and 88f6283.
This creates kirkwood-6282.dtsi, and defines DT table
of second I2C bus.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
-rw-r--r--arch/arm/boot/dts/kirkwood-6282.dtsi12
1 files changed, 11 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/kirkwood-6282.dtsi b/arch/arm/boot/dts/kirkwood-6282.dtsi
index d6a4145c8e30..9ae2004d5675 100644
--- a/arch/arm/boot/dts/kirkwood-6282.dtsi
+++ b/arch/arm/boot/dts/kirkwood-6282.dtsi
@@ -31,5 +31,15 @@
 				marvell,function = "uart1";
 			};
 		};
+
+		i2c@11100 {
+			compatible = "marvell,mv64xxx-i2c";
+			reg = <0x11100 0x20>;
+			#address-cells = <1>;
+			#size-cells = <0>;
+			interrupts = <32>;
+			clock-frequency = <100000>;
+			status = "disabled";
+		};
 	};
-};
\ No newline at end of file
+};