Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965078Ab2JXHH6 (ORCPT ); Wed, 24 Oct 2012 03:07:58 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:57404 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934391Ab2JXHHc (ORCPT ); Wed, 24 Oct 2012 03:07:32 -0400 From: Sebastien Guiriec To: Sebastien Guiriec , Tony Lindgren , Benoit Cousson CC: , , , , Santosh Shilimkar Subject: [PATCH v3 2/4] ARM: dts: omap5: Update I2C with address space and interrupts Date: Wed, 24 Oct 2012 09:07:12 +0200 Message-ID: <1351062434-22514-3-git-send-email-s-guiriec@ti.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1351062434-22514-1-git-send-email-s-guiriec@ti.com> References: <1351062434-22514-1-git-send-email-s-guiriec@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1949 Lines: 73 Add base address and interrupt line inside Device Tree data for OMAP5 Signed-off-by: Sebastien Guiriec Reviewed-by: Shubhrajyoti D --- arch/arm/boot/dts/omap5.dtsi | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 737a536..07d2607 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -200,6 +200,9 @@ i2c1: i2c@48070000 { compatible = "ti,omap4-i2c"; + reg = <0x48070000 0x100>; + interrupts = <0 56 0x4>; + interrupt-parent = <&gic>; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "i2c1"; @@ -207,6 +210,9 @@ i2c2: i2c@48072000 { compatible = "ti,omap4-i2c"; + reg = <0x48072000 0x100>; + interrupts = <0 57 0x4>; + interrupt-parent = <&gic>; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "i2c2"; @@ -214,20 +220,29 @@ i2c3: i2c@48060000 { compatible = "ti,omap4-i2c"; + reg = <0x48060000 0x100>; + interrupts = <0 61 0x4>; + interrupt-parent = <&gic>; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "i2c3"; }; - i2c4: i2c@4807A000 { + i2c4: i2c@4807a000 { compatible = "ti,omap4-i2c"; + reg = <0x4807a000 0x100>; + interrupts = <0 62 0x4>; + interrupt-parent = <&gic>; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "i2c4"; }; - i2c5: i2c@4807C000 { + i2c5: i2c@4807c000 { compatible = "ti,omap4-i2c"; + reg = <0x4807c000 0x100>; + interrupts = <0 60 0x4>; + interrupt-parent = <&gic>; #address-cells = <1>; #size-cells = <0>; ti,hwmods = "i2c5"; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/