From: Nobuhiro Iwamatsu Date: Thu, 22 Nov 2012 21:58:34 +0000 (+0900) Subject: ARM: kirkwood: Add support DT of second I2C bus X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=083651f278ab250504b5aa10d0e351a203648673;p=deliverable%2Flinux.git 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 Signed-off-by: Jason Cooper --- 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 +};