diff mbox

powerpc/pcm030: add pcm030-audio-fabric to dts

Message ID 1348525007-14413-1-git-send-email-emillbrandt@dekaresearch.com (mailing list archive)
State Accepted, archived
Delegated to: Anatolij Gustschin
Headers show

Commit Message

Eric Millbrandt Sept. 24, 2012, 10:16 p.m. UTC
Add a node for the pcm030-audio-fabric ASoC driver

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
---
 arch/powerpc/boot/dts/pcm030.dts |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

Comments

Anatolij Gustschin Oct. 3, 2012, 3:28 p.m. UTC | #1
Hi,

On Mon, 24 Sep 2012 18:16:47 -0400
Eric Millbrandt <emillbrandt@dekaresearch.com> wrote:

> Add a node for the pcm030-audio-fabric ASoC driver
> 
> Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
> ---
>  arch/powerpc/boot/dts/pcm030.dts |    7 ++++++-
>  1 files changed, 6 insertions(+), 1 deletions(-)

Appied to next, thanks.

Anatolij
diff mbox

Patch

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>;
+	};
 };