From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753401Ab1LVO6p (ORCPT ); Thu, 22 Dec 2011 09:58:45 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:41440 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752830Ab1LVO6m (ORCPT ); Thu, 22 Dec 2011 09:58:42 -0500 From: Benoit Cousson To: , CC: , , , , , , , , , Benoit Cousson Subject: [PATCH v4 05/12] arm/dts: OMAP4: Add i2c controller nodes Date: Thu, 22 Dec 2011 15:56:39 +0100 Message-ID: <1324565806-31142-6-git-send-email-b-cousson@ti.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1324565806-31142-1-git-send-email-b-cousson@ti.com> References: <1324565806-31142-1-git-send-email-b-cousson@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 Add i2c controllers nodes into the main ocp bus. Signed-off-by: Benoit Cousson Cc: Grant Likely Cc: Rob Herring --- arch/arm/boot/dts/omap4.dtsi | 28 ++++++++++++++++++++++++++++ 1 files changed, 28 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index bede009..9872283 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -100,5 +100,33 @@ reg = <0x48241000 0x1000>, <0x48240100 0x0100>; }; + + i2c1: i2c@1 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c1"; + }; + + i2c2: i2c@2 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c2"; + }; + + i2c3: i2c@3 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c3"; + }; + + i2c4: i2c@4 { + compatible = "ti,omap4-i2c"; + #address-cells = <1>; + #size-cells = <0>; + ti,hwmods = "i2c4"; + }; }; }; -- 1.7.0.4