From patchwork Fri Jul 27 12:46:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1249661 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 4B4A23FDCA for ; Fri, 27 Jul 2012 13:25:48 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SukSN-0000ea-9p; Fri, 27 Jul 2012 13:19:51 +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 1SujwF-0001xD-9Q for linux-arm-kernel@lists.infradead.org; Fri, 27 Jul 2012 12:46:43 +0000 Received: by mail-wi0-f171.google.com with SMTP id hq4so5519591wib.0 for ; Fri, 27 Jul 2012 05:46:34 -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=+iGnCNr7bvIy4ZfRNQez+vbsCToQjaMZ3Rzw2X/2Ll8=; b=mcG+mMWwMBPJaQjGJIC1mqMfhWu5dBghy4UX2r/ZS86nqdgYeSWok2kq1YMWpLEdXY CvMCsIJ4pX64dd0HyYTb92lanK2kN7EQNM2jztHk9GM3/Y4GH7RIra0LOJFsZw9mU4V7 svdrxqn2DCdi3Ea6wvV0Riy0Ywns9KI6ofPmwAI0hWYQE9XpGOs5/yRbeuSLQ9exSWdI S7B0Am1J7H/j864uob7ijsPQWTv/mfq5h3Fspdp2EK2EqOWd/Oq2mwgGyHxH6Ki0GJPY lPzVW4xtpSqn5gCoMypAjh9ktb3hxxmS10JVUKzNy9hk4yyLnqvlRpvm94klm0L7N0mh jAJQ== Received: by 10.216.232.104 with SMTP id m82mr1301537weq.15.1343393194712; Fri, 27 Jul 2012 05:46:34 -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 dc3sm12342025wib.7.2012.07.27.05.46.33 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:46:34 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 17/18] ARM: ux500: Add all encompassing Sound node to DB8500 Device Tree Date: Fri, 27 Jul 2012 13:46:01 +0100 Message-Id: <1343393162-11938-18-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343393162-11938-1-git-send-email-lee.jones@linaro.org> References: <1343393162-11938-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkeXGflIa4vrvfomqX/QMPjnx3godbLrVET6px/97cfXllWBzPIfa3BuMKcS5ii2VOkcM9m X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed 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 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..9d0fba6 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"; + + stericsson,platform-pcm-dma = <&pcm>; + stericsson,cpu-dai = <&msp1 &msp3>; + stericsson,audio-codec = <&codec>; + }; + msp0: msp@80123000 { compatible = "stericsson,ux500-msp-i2s"; reg = <0x80123000 0x1000>;