From patchwork Wed Jul 18 06:30:39 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 1208821 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id BE3483FCFC for ; Wed, 18 Jul 2012 06:31:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752490Ab2GRGba (ORCPT ); Wed, 18 Jul 2012 02:31:30 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:54906 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751817Ab2GRGbZ (ORCPT ); Wed, 18 Jul 2012 02:31:25 -0400 Received: from dbdp20.itg.ti.com ([172.24.170.38]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id q6I6V4vD024340; Wed, 18 Jul 2012 01:31:05 -0500 Received: from DBDE70.ent.ti.com (localhost [127.0.0.1]) by dbdp20.itg.ti.com (8.13.8/8.13.8) with ESMTP id q6I6V3IB005288; Wed, 18 Jul 2012 12:01:03 +0530 (IST) Received: from dbdp32.itg.ti.com (172.24.170.251) by dbde70.ent.ti.com (172.24.170.148) with Microsoft SMTP Server id 14.1.323.3; Wed, 18 Jul 2012 12:01:03 +0530 Received: from a0393678lt.apr.dhcp.ti.com (smtpvbd.itg.ti.com [172.24.170.250]) by dbdp32.itg.ti.com (8.13.8/8.13.8) with ESMTP id q6I6Uem1013255; Wed, 18 Jul 2012 12:01:03 +0530 From: Kishon Vijay Abraham I To: , , , , , , , , , , , , , , , , , , , , Subject: [PATCH v2 2/2] arm/dts: omap4: Add ocp2scp data Date: Wed, 18 Jul 2012 12:00:39 +0530 Message-ID: <1342593039-7728-3-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.5.4 In-Reply-To: <1342593039-7728-1-git-send-email-kishon@ti.com> References: <1342593039-7728-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Add ocp2scp data node in omap4 device tree file. Signed-off-by: Kishon Vijay Abraham I Acked-by: Felipe Balbi --- arch/arm/boot/dts/omap4.dtsi | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 359c497..29c6243 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -272,5 +272,13 @@ ti,hwmods = "mmc5"; ti,needs-special-reset; }; + + ocp2scp { + compatible = "ti,omap-ocp2scp"; + #address-cells = <1>; + #size-cells = <1>; + ranges; + ti,hwmods = "ocp2scp_usb_phy"; + }; }; };