Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[linux-2.6-block.git] / Documentation / devicetree / bindings / sound / mrvl,pxa-ssp.txt
index 93b982e9419fd9c6bdadd361c9266efb24f95422..feef39b4a4fdb71934961714c1c790f8f1852e32 100644 (file)
@@ -17,20 +17,18 @@ Example:
 
        /* upstream device */
 
-       ssp0: ssp@41000000 {
+       ssp1: ssp@41000000 {
                compatible = "mrvl,pxa3xx-ssp";
                reg = <0x41000000 0x40>;
                interrupts = <24>;
                clock-names = "pxa27x-ssp.0";
-               dmas = <&dma 13
-                       &dma 14>;
-               dma-names = "rx", "tx";
        };
 
        /* DAI as user */
 
        ssp_dai0: ssp_dai@0 {
                compatible = "mrvl,pxa-ssp-dai";
-               port = <&ssp0>;
+               port = <&ssp1>;
+               #sound-dai-cells = <0>;
        };