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: 10421 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 3789123E02 for ; Tue, 31 Jul 2012 13:39:51 +0000 (UTC) Received: from mail-gg0-f180.google.com (mail-gg0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 0726FA18880 for ; Tue, 31 Jul 2012 13:39:50 +0000 (UTC) Received: by mail-gg0-f180.google.com with SMTP id f1so5928064ggn.11 for ; Tue, 31 Jul 2012 06:39:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=Io3gh5Vd83J2efFeFOR2jl1+tFKcBZ1aynN+PY1s9mc=; b=NHd6ymcPgxiVXDILsRO3CqyQ9JUXYY+gkZe0alyhmMxic//OfdfV1T7hQNCL4AQ5OP jPfoK2tg6Q9xYjJDamIo9pVLh/hukaxT5qV7u0QwzVEVXuKmiKma9M0QHNm2kw8Ic43Y I0tz3SGAuLkXyI1+AYmKlEkjScvw/IbsTaw3+27lx1W//SFufVUuhYGkjexMyKahHi5b QS4ESDXnmJjlAZKg5JkH38MnCGfHtKuUsMykuQozg64aAv9wyZZ7nF+o3NsCEA1s+OcX 7FeLcjCAC/ktMsl2llNL+8+ijj8/ipyaeWA/5lWUlkjKkSq3yoD9QGKBqmJ/hB2a6Afj PGOg== Received: by 10.50.219.226 with SMTP id pr2mr1980083igc.51.1343741990281; Tue, 31 Jul 2012 06:39:50 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.50.87.40 with SMTP id u8csp143540igz; Tue, 31 Jul 2012 06:39:49 -0700 (PDT) Received: by 10.180.78.135 with SMTP id b7mr6968269wix.11.1343741989124; Tue, 31 Jul 2012 06:39:49 -0700 (PDT) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx.google.com with ESMTPS id u12si94882wem.142.2012.07.31.06.39.48 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 31 Jul 2012 06:39:49 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.212.170 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=209.85.212.170; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.170 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wi0-f170.google.com with SMTP id hq12so3345568wib.1 for ; Tue, 31 Jul 2012 06:39:48 -0700 (PDT) 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 Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, Lee Jones 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: ALoCoQlTvI4AL4BtbKNEo4zwFP4EOPY943i5LnWDMZF/Y9rF2fEETH+P5zhd8A9GIg6lfsb6nMQ/ 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"; };