powerpc/pcm030: add pcm030-audio-fabric to dts
authorEric Millbrandt <emillbrandt@dekaresearch.com>
Mon, 24 Sep 2012 12:16:47 +0000 (12:16 +0000)
committerAnatolij Gustschin <agust@denx.de>
Thu, 25 Oct 2012 20:04:51 +0000 (22:04 +0200)
Add a node for the pcm030-audio-fabric ASoC driver

Signed-off-by: Eric Millbrandt <emillbrandt@dekaresearch.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/boot/dts/pcm030.dts

index 9e354997eb7e3ccc29ac70ee5e7a31c3ce319b01..96512c05803336d937cabcf5b06aa86e43bc538b 100644 (file)
@@ -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>;
                };
        localbus {
                status = "disabled";
        };
+
+       sound {
+               compatible = "phytec,pcm030-audio-fabric";
+               asoc-platform = <&audioplatform>;
+       };
 };