From patchwork Tue Jul 31 13:39:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1260491 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 D79683FC1A for ; Tue, 31 Jul 2012 14:34:33 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SwDQI-0001dp-Um; Tue, 31 Jul 2012 14:27:49 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1SwCft-0007uP-Bb for linux-arm-kernel@lists.infradead.org; Tue, 31 Jul 2012 13:39:50 +0000 Received: by mail-wg0-f49.google.com with SMTP id ez12so4393171wgb.18 for ; Tue, 31 Jul 2012 06:39:48 -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=kJeC+h4l/ecSIf7WVBHpoDWHkTL2LiPwvOQygU7M8z7o2GOtRSx8vPXaQgvHxz6WXr ERtWH9g8gHBEERZAkNbV1C54FNcnKI7tRqZ4cx3ZhhsSvUYrDvlUcULP5cV8y8zxV4Bz PhBopj7FH/eXwA48oLf0NJC9zkdKMpkpCTaiE74gLA2zU/48Lp6ER36R7R+Eugl6ea2c HB4siq++AEB28chJvDZC5GKbXRcsNigceA7WIJQswNz1WEgu+U8JJJV5sqOFplsygccC dKPO0pkAjtjXMuePRBvv/7p8FdjT5BiTrmDDarYIV/I6ZmKf4QHA/N9X02FJzQ7Ywe1l t5qA== Received: by 10.216.237.25 with SMTP id x25mr7046469weq.30.1343741988605; Tue, 31 Jul 2012 06:39:48 -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 el6sm22252911wib.8.2012.07.31.06.39.47 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 06:39:48 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, olalilja@yahoo.se, ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, lrg@ti.com, broonie@opensource.wolfsonmicro.com Subject: [PATCH 16/19] ARM: ux500: Add all encompassing sound node to the Snowball Device Tree Date: Tue, 31 Jul 2012 14:39:10 +0100 Message-Id: <1343741953-17828-17-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343741953-17828-1-git-send-email-lee.jones@linaro.org> References: <1343741953-17828-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQlAOo3Dlo2WFlCeGx8IywKsIwRzwJRJyhaMv0zXz8JPwDOjUjRloIMFCZYW0f+fGPuC3dWg X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: STEricsson_nomadik_linux@list.st.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 --- 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"; };