From patchwork Wed Aug 29 13:31:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 1385041 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 6B11A3FC71 for ; Wed, 29 Aug 2012 13:37:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753685Ab2H2Nhm (ORCPT ); Wed, 29 Aug 2012 09:37:42 -0400 Received: from na3sys009aog132.obsmtp.com ([74.125.149.250]:57969 "EHLO na3sys009aog132.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753520Ab2H2Nhl (ORCPT ); Wed, 29 Aug 2012 09:37:41 -0400 Received: from mail-ob0-f174.google.com ([209.85.214.174]) (using TLSv1) by na3sys009aob132.postini.com ([74.125.148.12]) with SMTP ID DSNKUD4bEA+wMsrXoj63RCpMRvI7ykWoboxp@postini.com; Wed, 29 Aug 2012 06:37:41 PDT Received: by obbuo13 with SMTP id uo13so926330obb.19 for ; Wed, 29 Aug 2012 06:37:11 -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=v/n7A/0gToee2XyZTKZ/OMbD3JIBOIFPHQlv2L1sxRs=; b=aMkxmadJdsIxl/ZRhI2VjfyA+DJM5lnyFkSVUclFaWO5oQjhkBEJFZFXEbwFx8YqvT ccwu/jkntXqaiWNOym46rcDz4n9bueEIDZkfv1YBQ1iH23NIw3cO5dNheanETcduk2fG IF66ZcnQmkA6ytTlXA9rNuK/9qR3nicfdTkMm9mGHk4OO1ofXJuJer038qtFgF7vLiCZ WQ8sVdVw8PQNkM/ZlHJNga/KmOJf0O2uL1ewbwcVGncPeBrjWymkSUrUyQCKB0om8Go6 slAEpHZvipSAQ/8woQOHBZl9azbzgATFFOMOu1XlolZolfZq+zxS19MfuXq0KnlX01Zc 9Ezw== Received: by 10.60.171.69 with SMTP id as5mr1190513oec.100.1346247082798; Wed, 29 Aug 2012 06:31:22 -0700 (PDT) Received: from barack.emea.dhcp.ti.com (dragon.ti.com. [192.94.94.33]) by mx.google.com with ESMTPS id bp7sm22491641obc.12.2012.08.29.06.31.20 (version=SSLv3 cipher=OTHER); Wed, 29 Aug 2012 06:31:22 -0700 (PDT) From: Peter Ujfalusi To: Tony Lindgren Cc: Benoit Cousson , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH v2 8/8] ARM/dts: omap5: Add McPDM and DMIC section to the dtsi file Date: Wed, 29 Aug 2012 16:31:07 +0300 Message-Id: <1346247067-9632-9-git-send-email-peter.ujfalusi@ti.com> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1346247067-9632-1-git-send-email-peter.ujfalusi@ti.com> References: <1346247067-9632-1-git-send-email-peter.ujfalusi@ti.com> X-Gm-Message-State: ALoCoQlTrVVQnf8tjZK7tG5SMAnykwzvM5D4Wza9oPks8gkRMa93HsIGDqrKb3HpamNIYkx1hjwo Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org To be able to load the McPDM and DMIC driver when booted with device tree. Signed-off-by: Peter Ujfalusi --- arch/arm/boot/dts/omap5.dtsi | 20 ++++++++++++++++++++ 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index 57ca7c1..5ab1a36 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -212,6 +212,26 @@ ti,needs-special-reset; }; + mcpdm: mcpdm@40132000 { + compatible = "ti,omap4-mcpdm"; + reg = <0x40132000 0x7f>, /* MPU private access */ + <0x49032000 0x7f>; /* L3 Interconnect */ + reg-names = "mpu", "dma"; + interrupts = <0 112 0x4>; + interrupt-parent = <&gic>; + ti,hwmods = "mcpdm"; + }; + + dmic: dmic@4012e000 { + compatible = "ti,omap4-dmic"; + reg = <0x4012e000 0x7f>, /* MPU private access */ + <0x4902e000 0x7f>; /* L3 Interconnect */ + reg-names = "mpu", "dma"; + interrupts = <0 114 0x4>; + interrupt-parent = <&gic>; + ti,hwmods = "dmic"; + }; + mcbsp1: mcbsp@40122000 { compatible = "ti,omap4-mcbsp"; reg = <0x40122000 0xff>, /* MPU private access */