From patchwork Thu Aug 23 09:29:12 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1365371 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 F1CA53FCAE for ; Thu, 23 Aug 2012 09:29:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758281Ab2HWJ3g (ORCPT ); Thu, 23 Aug 2012 05:29:36 -0400 Received: from na3sys009aog117.obsmtp.com ([74.125.149.242]:58461 "EHLO na3sys009aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758222Ab2HWJ3f (ORCPT ); Thu, 23 Aug 2012 05:29:35 -0400 Received: from mail-ob0-f172.google.com ([209.85.214.172]) (using TLSv1) by na3sys009aob117.postini.com ([74.125.148.12]) with SMTP ID DSNKUDX3/kTXqqS//TfRpJcAMxFX5g9dWyID@postini.com; Thu, 23 Aug 2012 02:29:35 PDT Received: by obbwc20 with SMTP id wc20so1027042obb.3 for ; Thu, 23 Aug 2012 02:29:33 -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=wGdGdvhlto7rivYMUCf5AVUjbP8hDW/YUr1zS5YoEYY=; b=Num4XMIEzwdtqsDePAVp9w4byyQgZHXDmcBHPZe2ijwRTkGBlFdyqDB9Lw2niWcey7 qEITB07xqqsZ0BhT0E4R8ISm6AJw7f1zqPaudLY1JVTXWUQeu4ThE1DfmocV69DtTMSP LFnI7+ctVnVPwAWUn1qRw0K1Az9rYOhHUAzuCC7bBD0s+yZFbxOoDBS7QvshFed0upkC 3Itu/p0YWXuxWJ+sUbTRNNe0xPrmW0NFRf9OZSRYXiBu2sEj5Z9+ewQ5RJtEFc8FcTJc 0ZE5SyspCf0JmabI3OEjBHkuahVToF/Dsx8pL9ZsgpFX3hCRe6QP+c5VGA4l5ZMyLVRh 8zkA== Received: by 10.60.27.6 with SMTP id p6mr562352oeg.37.1345714173766; Thu, 23 Aug 2012 02:29:33 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id jl8sm6208199obb.18.2012.08.23.02.29.31 (version=SSLv3 cipher=OTHER); Thu, 23 Aug 2012 02:29:33 -0700 (PDT) From: Peter Ujfalusi To: Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, Benoit Cousson Subject: [PATCH 5/6] ARM/dts: OMAP5: Add McBSP entries Date: Thu, 23 Aug 2012 12:29:12 +0300 Message-Id: <1345714153-13094-6-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1345714153-13094-1-git-send-email-peter.ujfalusi@ti.com> References: <1345714153-13094-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQmcHktS/VKM48TBC1nOrsiFLGXTqht+p1J5tXgt+E3oPMn4wUJweXUC97G5WSgLlzrjaWj1 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/omap5.dtsi | 36 ++++++++++++++++++++++++++++++++++++ 1 files changed, 36 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 57e5270..c5f9242 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -180,5 +180,41 @@ ti,hwmods = "uart6"; clock-frequency = <48000000>; }; + + 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"; + }; }; };