From patchwork Thu Jul 26 10:28:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1241571 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 4D0CC3FC5A for ; Thu, 26 Jul 2012 10:58:47 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SuLhT-0005Dk-Th; Thu, 26 Jul 2012 10:53:48 +0000 Received: from mail-wi0-f171.google.com ([209.85.212.171]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SuLKS-0008H8-Iv for linux-arm-kernel@lists.infradead.org; Thu, 26 Jul 2012 10:30:24 +0000 Received: by wibhq4 with SMTP id hq4so4635919wib.0 for ; Thu, 26 Jul 2012 03:29:30 -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=ANC3VFUNecCmRRa9hOEd/wAzkIJPDxdX9GK2r3akvq8=; b=X9l4MiCuEnhrftPemZ5FhqNWb0akiwPKfFjmOnxP0pa2Cww1UqbLR9V8CwdkLy572W 9XAO3B+tkPVAaAV/daD8/3BL3VdDziaD8H6/5EMieBDH5Q+sqX9ybYHHdQLWadnF3BCz mkyVPV74/UE2mskjgIrTnPLFtGmEExfWMr/zpWkubBGXMoZMohxOaINz10jZYRe6P4Cj bfFDRuih5D7DTYf6ZZQE9SCcnh0oN3+zjKwquM8f4HzmMcQFyPCyPz29WwjvmPTNTGyk m9MrxpPh9tsWKkyqvVZ4H95unxtEXZNOVSQF91F2w72YQYeCvxnQnc9EbusiDFRQNJiE Sqwg== Received: by 10.180.90.207 with SMTP id by15mr12231520wib.22.1343298569939; Thu, 26 Jul 2012 03:29:29 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id fb20sm11559455wid.1.2012.07.26.03.29.28 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Jul 2012 03:29:29 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 11/21] ARM: ux500: Add all encompassing Sound node to DB8500 Device Tree Date: Thu, 26 Jul 2012 11:28:44 +0100 Message-Id: <1343298534-13611-12-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343298534-13611-1-git-send-email-lee.jones@linaro.org> References: <1343298534-13611-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQliumTpCwRQ3tzs2kzt1+S1s8RTVM6W98RrTrJDJ1VaZSManFU3axKWGZIo/wDd56gEQv8Y X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.171 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, linus.walleij@stericsson.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, olalilja@yahoo.se, STEricsson_nomadik_linux@list.st.com, Lee Jones , lrg@ti.com, sameo@linux.intel.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org This is the node which links together the platform (PCM), codec (AB8500) and the CPU side Digital Audio Interface (MCP) with the machine driver. Signed-off-by: Lee Jones --- arch/arm/boot/dts/db8500.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/db8500.dtsi b/arch/arm/boot/dts/db8500.dtsi index b9d4405..978dd60 100644 --- a/arch/arm/boot/dts/db8500.dtsi +++ b/arch/arm/boot/dts/db8500.dtsi @@ -595,6 +595,14 @@ compatible = "stericsson,ux500-pcm"; }; + sound { + compatible = "stericsson,snd-soc-mop500"; + + platform-pcm-dma = <&pcm>; + cpu-dai = <&msp1 &msp3>; + audio-codec = <&codec>; + }; + msp0: msp@80123000 { compatible = "stericsson,ux500-msp-i2s"; reg = <0x80123000 0x1000>;