]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
ARM: kirkwood: Add support DT of second I2C bus
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>
Thu, 22 Nov 2012 21:58:34 +0000 (06:58 +0900)
committerJason Cooper <jason@lakedaemon.net>
Sat, 24 Nov 2012 02:58:56 +0000 (02:58 +0000)
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>
arch/arm/boot/dts/kirkwood-6282.dtsi

index d6a4145c8e3076f83d4a66dbaced64af260f1539..9ae2004d567531422ad64c4321e97849da0714e6 100644 (file)
                                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
+};