From patchwork Thu Aug 9 15:47:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1302131 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 6725FDFF7B for ; Thu, 9 Aug 2012 16:00:20 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SzV5P-0007Hs-B2; Thu, 09 Aug 2012 15:55:48 +0000 Received: from mail-we0-f177.google.com ([74.125.82.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SzUyY-0002FG-If for linux-arm-kernel@lists.infradead.org; Thu, 09 Aug 2012 15:48:45 +0000 Received: by mail-we0-f177.google.com with SMTP id r3so419734wey.36 for ; Thu, 09 Aug 2012 08:48:42 -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=Io3gh5Vd83J2efFeFOR2jl1+tFKcBZ1aynN+PY1s9mc=; b=BOqcqw1UEZDa12knMMUcmRteAxz/y4X5TfrvtFO+hjJ4EdtG7uRtwIDImslWjXSVEN zp+9dR1T3qAnCICnOSiws04Pyd/ocgVuONpi8kXaz4duVyNiq2lm6rnD6t9RM/PPtBBY 9ggNAxLYD/vXtu18g0kW6Y8g1mbAuEw8G9mnLsJVW+UGG4Dwkw3735+mr5u9xKMuu8M4 0oyVLcz/w/dNzKo9/xBlTMJka8IjKC/E931gI4UfdAYYtZogVx2wETXKGLTJ6ogzb/ty s0Xe6D5dZBmzEdzLdDqNqYiK1iQSWr1snwDHxVvT0uimrf2A3JpIiCHYcnVgtH6jlJeG jIww== Received: by 10.180.109.166 with SMTP id ht6mr3949660wib.11.1344527322248; Thu, 09 Aug 2012 08:48:42 -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 q4sm2278954wix.9.2012.08.09.08.48.40 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 09 Aug 2012 08:48:41 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 21/22] ARM: ux500: Add all encompassing sound node to the Snowball Device Tree Date: Thu, 9 Aug 2012 16:47:47 +0100 Message-Id: <1344527268-5964-22-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1344527268-5964-1-git-send-email-lee.jones@linaro.org> References: <1344527268-5964-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkD09SDMCPsgGuGMy3yLmNwVV73Ep9g4wZSkX/Jhhg1GVO/zCl/80prFSDMkrSmCsDhw3sG 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 [74.125.82.177 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: STEricsson_nomadik_linux@list.st.com, broonie@opensource.wolfsonmicro.com, Lee Jones , linus.walleij@stericsson.com, arnd@arndb.de 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 where we link together all of the SoC sound components for a given platform. This all encompassing sound node is only found in the very lowest hierarchical DTS file, since the component mix may well change from board variant to board variant. Signed-off-by: Lee Jones Acked-by: Linus Walleij --- arch/arm/boot/dts/snowball.dts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/snowball.dts b/arch/arm/boot/dts/snowball.dts index fce4a00..2969997 100644 --- a/arch/arm/boot/dts/snowball.dts +++ b/arch/arm/boot/dts/snowball.dts @@ -83,6 +83,14 @@ }; soc-u9500 { + + sound { + compatible = "stericsson,snd-soc-mop500"; + + stericsson,cpu-dai = <&msp1 &msp3>; + stericsson,audio-codec = <&codec>; + }; + msp1: msp@80124000 { status = "okay"; };