summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
diff options
context:
space:
mode:
authorDaniel Mack <daniel@zonque.org>2018-06-24 19:41:34 +0200
committerRobert Jarzmik <robert.jarzmik@free.fr>2018-06-29 22:23:44 +0200
commit49e414c32053554736c421b1ac5b645f5c73e879 (patch)
tree40ff1893cdfb86327de52cc813cb781b4cdbc47a /Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
parent267a113cec976227810f99caf8eaa51f450f5a55 (diff)
arm: dts: pxa3xx: Add ssp ports to pxa3xx device tree
Also fix the documentation for these bindings. The DMA properties have to be passed in the ssp users for now. Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt')
-rw-r--r--Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt b/Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
index 74c9ba6c2823..efd3fb1f68d2 100644
--- a/Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
+++ b/Documentation/devicetree/bindings/sound/mrvl,pxa-ssp.txt
@@ -9,20 +9,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>;
};