ASoC: intel, keembay-i2s: Fix dt binding errors
authorMichael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Mon, 18 Jan 2021 10:27:06 +0000 (18:27 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 18 Jan 2021 14:02:49 +0000 (14:02 +0000)
Fix devicetree binding errors caused by newly added parameters

Signed-off-by: Michael Sit Wei Hong <michael.wei.hong.sit@intel.com>
Link: https://lore.kernel.org/r/20210118102706.6125-1-michael.wei.hong.sit@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/devicetree/bindings/sound/intel,keembay-i2s.yaml

index e0658f122cbb7995672bbb9bc5d0cc292e302812..dba25c33f0b03dc282d06665472c66a051e3e3c9 100644 (file)
@@ -47,13 +47,11 @@ properties:
 
   dmas:
     items:
-      - description: DMA controller phandle and DMA channel
-                     for TX and RX
+      - description: DMA TX channel
+      - description: DMA RX channel
 
   dma-names:
     items:
-      - description: "tx" for the transmit channel
-                     "rx" for the receive channel
       - const: tx
       - const: rx