Skip to content

Commit

Permalink
ASoC: intel, keembay-i2s: Fix dt binding errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Michael Sit Wei Hong authored and Mark Brown committed Jan 18, 2021
1 parent 574b813 commit 160e8f9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 160e8f9

Please sign in to comment.