From patchwork Wed Sep 5 11:58:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1408981 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 7959C40220 for ; Wed, 5 Sep 2012 11:59:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758190Ab2IEL7G (ORCPT ); Wed, 5 Sep 2012 07:59:06 -0400 Received: from na3sys009aog137.obsmtp.com ([74.125.149.18]:40624 "EHLO na3sys009aog137.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752226Ab2IEL67 (ORCPT ); Wed, 5 Sep 2012 07:58:59 -0400 Received: from mail-yx0-f174.google.com ([209.85.213.174]) (using TLSv1) by na3sys009aob137.postini.com ([74.125.148.12]) with SMTP ID DSNKUEc+gkRDNnVRwS9OHouLXbeUlFaBVw/1@postini.com; Wed, 05 Sep 2012 04:58:59 PDT Received: by yenl14 with SMTP id l14so51382yen.19 for ; Wed, 05 Sep 2012 04:58:58 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=+56saG+0NkbWnx+Gkkq4x/0UxyZiLLi9mIyAv8y36Fo=; b=XMBEe4fHvx6vuplPnZT/btGs7/Ws84frikYTaKrO8IJv6b+1Q+o+tD/hz8CCFW7rXm nDAn+g3+VJsd+7/mvZWFTwNDxurNovwXqiN9SC9upLBFBZB3tQlSt6tQ/zQ5fjP2FHT1 awRagJPoNZZ1SB7OM3J2fsyGrHqiXtpQuxIV85BEBo7a3dfdKIBlWx9InBfWxXDP/DMm M2YLQhTARlE+kwV/ak4l3lid4SOE3LP3+1p7PvTneIS5ulmBLHY+zLa8p6f+JUcmpFgP scbKF0IxSXK+8zjrPHAR57Al87xvOn8ZHfWb14hCfDA29Pn1A1z4THDjEfB6hyWtYUyf jPGw== Received: by 10.236.186.73 with SMTP id v49mr22301044yhm.48.1346846338091; Wed, 05 Sep 2012 04:58:58 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id h8sm1450364ank.9.2012.09.05.04.58.55 (version=SSLv3 cipher=OTHER); Wed, 05 Sep 2012 04:58:57 -0700 (PDT) From: Peter Ujfalusi To: Tony Lindgren , Benoit Cousson Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH v3 4/8] ARM/dts: omap4: Add McBSP entries Date: Wed, 5 Sep 2012 14:58:52 +0300 Message-Id: <1346846336-27321-5-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.12 In-Reply-To: <1346846336-27321-1-git-send-email-peter.ujfalusi@ti.com> References: <1346846336-27321-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQmNVxm6nXS9/yp09p05xqSateknTGlgNZ6124SoJ8ITG0NtXk1OPrYBi+4x0+CyJwW0t+/l Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Create the sections describing the McBSP ports to be able to use them via DT. Signed-off-by: Peter Ujfalusi --- arch/arm/boot/dts/omap4.dtsi | 47 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index 1853dc7..5ed3b94 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -287,6 +287,53 @@ ti,hwmods = "dmic"; }; + mcbsp1: mcbsp@40122000 { + compatible = "ti,omap4-mcbsp"; + reg = <0x40122000 0xff>, /* MPU private access */ + <0x49022000 0xff>; /* L3 Interconnect */ + reg-names = "mpu", "dma"; + interrupts = <0 17 0x4>; + interrupt-names = "common"; + interrupt-parent = <&gic>; + ti,buffer-size = <128>; + ti,hwmods = "mcbsp1"; + }; + + mcbsp2: mcbsp@40124000 { + compatible = "ti,omap4-mcbsp"; + reg = <0x40124000 0xff>, /* MPU private access */ + <0x49024000 0xff>; /* L3 Interconnect */ + reg-names = "mpu", "dma"; + interrupts = <0 22 0x4>; + interrupt-names = "common"; + interrupt-parent = <&gic>; + ti,buffer-size = <128>; + ti,hwmods = "mcbsp2"; + }; + + mcbsp3: mcbsp@40126000 { + compatible = "ti,omap4-mcbsp"; + reg = <0x40126000 0xff>, /* MPU private access */ + <0x49026000 0xff>; /* L3 Interconnect */ + reg-names = "mpu", "dma"; + interrupts = <0 23 0x4>; + interrupt-names = "common"; + interrupt-parent = <&gic>; + ti,buffer-size = <128>; + ti,hwmods = "mcbsp3"; + }; + + mcbsp4: mcbsp@48096000 { + compatible = "ti,omap4-mcbsp"; + reg = <0x48096000 0xff>; /* L4 Interconnect */ + reg-names = "mpu"; + interrupts = <0 16 0x4>; + interrupt-names = "common"; + interrupt-parent = <&gic>; + ti,buffer-size = <128>; + ti,hwmods = "mcbsp4"; + }; + keypad: keypad@4a31c000 { compatible = "ti,omap4-keypad"; ti,hwmods = "kbd";