From patchwork Mon Sep 24 22:16:47 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Millbrandt X-Patchwork-Id: 186595 X-Patchwork-Delegate: agust@denx.de Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [IPv6:::1]) by ozlabs.org (Postfix) with ESMTP id 873FD2C0171 for ; Tue, 25 Sep 2012 08:25:39 +1000 (EST) Received: by ozlabs.org (Postfix) id 0482F2C008F; Tue, 25 Sep 2012 08:25:12 +1000 (EST) Delivered-To: linuxppc-dev@ozlabs.org X-Greylist: delayed 475 seconds by postgrey-1.34 at bilbo; Tue, 25 Sep 2012 08:25:11 EST Received: from norco.coldhaus.com (norco.coldhaus.com [64.32.230.18]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "norco.coldhaus.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 99B5E2C008D; Tue, 25 Sep 2012 08:25:11 +1000 (EST) Received: by norco.coldhaus.com (Postfix, from userid 1002) id 3434BBA29; Mon, 24 Sep 2012 18:17:11 -0400 (EDT) From: Eric Millbrandt To: Anatolij Gustschin Subject: [PATCH] powerpc/pcm030: add pcm030-audio-fabric to dts Date: Mon, 24 Sep 2012 18:16:47 -0400 Message-Id: <1348525007-14413-1-git-send-email-emillbrandt@dekaresearch.com> X-Mailer: git-send-email 1.7.8 Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org, Eric Millbrandt X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" Add a node for the pcm030-audio-fabric ASoC driver Signed-off-by: Eric Millbrandt --- arch/powerpc/boot/dts/pcm030.dts | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/boot/dts/pcm030.dts b/arch/powerpc/boot/dts/pcm030.dts index 9e35499..96512c0 100644 --- a/arch/powerpc/boot/dts/pcm030.dts +++ b/arch/powerpc/boot/dts/pcm030.dts @@ -59,7 +59,7 @@ #gpio-cells = <2>; }; - psc@2000 { /* PSC1 in ac97 mode */ + audioplatform: psc@2000 { /* PSC1 in ac97 mode */ compatible = "mpc5200b-psc-ac97","fsl,mpc5200b-psc-ac97"; cell-index = <0>; }; @@ -134,4 +134,9 @@ localbus { status = "disabled"; }; + + sound { + compatible = "phytec,pcm030-audio-fabric"; + asoc-platform = <&audioplatform>; + }; };