From patchwork Fri Aug 24 14:01:52 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 10944 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 53DF823E1B for ; Fri, 24 Aug 2012 14:02:45 +0000 (UTC) Received: from mail-ob0-f180.google.com (mail-ob0-f180.google.com [209.85.214.180]) by fiordland.canonical.com (Postfix) with ESMTP id 34F27A18947 for ; Fri, 24 Aug 2012 14:02:27 +0000 (UTC) Received: by mail-ob0-f180.google.com with SMTP id eq6so4091703obc.11 for ; Fri, 24 Aug 2012 07:02:44 -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=RTocstqCDtXFDHL33DElc6/pk3ovm+/8LpByDK2NrAo=; b=Rb14AhQJMVOxVdJ7PD78rPepJJ0uGU1AzTq4DaIJ7IHIcZIQIb8TZ31BDt0alc0fak I8cybcDaUIhhrN1Xo+P6YNxitNRAbj46vYW6oobVWiwn888Raw41oDBKQKm1xuh0xUVk fmaZ9qlNP9APas+ddr6Zy8CIQXb/93C/NUC8QYwc2NJM0i4MI8CUTRL3TLDwg/yo9H+m RMmWSyd8pN5aZffwJd9G8PItVf4J/zhQBwF7Lhrs7rYbAx8p9kM7ro3+o0YxC34OZDEZ QZDCCdkRg9YnOENoOHeiSMpnQCcJ5jPf9gfu6ih/6PdHZbXJjyW7iGJsNXBoALSTnCsG 61SQ== Received: by 10.50.87.164 with SMTP id az4mr2231525igb.43.1345816964377; Fri, 24 Aug 2012 07:02:44 -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.184.232 with SMTP id ex8csp321652igc; Fri, 24 Aug 2012 07:02:43 -0700 (PDT) Received: by 10.216.143.158 with SMTP id l30mr2851962wej.113.1345816963010; Fri, 24 Aug 2012 07:02:43 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id 7si14386415wet.134.2012.08.24.07.02.42 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Aug 2012 07:02:42 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 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-wg0-f50.google.com with SMTP id ds11so1354276wgb.31 for ; Fri, 24 Aug 2012 07:02:42 -0700 (PDT) Received: by 10.180.80.134 with SMTP id r6mr5879281wix.1.1345816962101; Fri, 24 Aug 2012 07:02: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 eu4sm4556709wib.2.2012.08.24.07.02.40 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 24 Aug 2012 07:02:41 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: STEricsson_nomadik_linux@list.st.com, linus.walleij@stericsson.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, ola.o.lilja@stericsson.com, roger.xr.nilsson@stericsson.com, alsa-devel@alsa-project.org, Lee Jones Subject: [PATCH 16/17] ARM: ux500: Add all encompassing sound node to the Snowball Device Tree Date: Fri, 24 Aug 2012 15:01:52 +0100 Message-Id: <1345816913-4113-17-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1345816913-4113-1-git-send-email-lee.jones@linaro.org> References: <1345816913-4113-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQkr6IVwvcch8oMWqVzZ2MNx+yy5FwGnL+w3j8YJ2BLJIvbnzmWKvOi6/3ezbTL9NyDMjOOw 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. Acked-by: Linus Walleij 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"; };