Commit ab436c97 authored by Johan Jonker's avatar Johan Jonker Committed by Mark Brown

ASoC: rockchip-i2s: add description for rk3308

The description below is already in use for rk3308.dtsi,
but was somehow never added to a document, so add
"rockchip,rk3308-i2s", "rockchip,rk3066-i2s"
for i2s nodes on a rk3308 platform to rockchip-i2s.yaml.
One of the rk3308 i2s nodes also has a different dma layout,
so change that as well.
Signed-off-by: default avatarJohan Jonker <jbx6244@gmail.com>
Link: https://lore.kernel.org/r/20200507113238.7904-1-jbx6244@gmail.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 4e8748fc
...@@ -24,6 +24,7 @@ properties: ...@@ -24,6 +24,7 @@ properties:
- rockchip,rk3188-i2s - rockchip,rk3188-i2s
- rockchip,rk3228-i2s - rockchip,rk3228-i2s
- rockchip,rk3288-i2s - rockchip,rk3288-i2s
- rockchip,rk3308-i2s
- rockchip,rk3328-i2s - rockchip,rk3328-i2s
- rockchip,rk3366-i2s - rockchip,rk3366-i2s
- rockchip,rk3368-i2s - rockchip,rk3368-i2s
...@@ -47,14 +48,15 @@ properties: ...@@ -47,14 +48,15 @@ properties:
- const: i2s_hclk - const: i2s_hclk
dmas: dmas:
items: minItems: 1
- description: TX DMA Channel maxItems: 2
- description: RX DMA Channel
dma-names: dma-names:
items: oneOf:
- const: tx
- const: rx - const: rx
- items:
- const: tx
- const: rx
power-domains: power-domains:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment