diff options
author | Kuninori Morimoto <[email protected]> | 2023-02-13 02:13:18 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-14 21:09:24 +0000 |
commit | 0438499a7f098c35e83134fc04899fe2188e4ef2 (patch) | |
tree | 5c60c6a63d4b9534cc6dad7c6b474bbfbfae9fc0 | |
parent | f81dc982fde7f36bbf1de80cb4eb98586a76070b (diff) |
ASoC: dt-bindings: renesas,rsnd.yaml: drop "dmas/dma-names" from "rcar_sound,ssi"
SSI is supporting both "PIO mode" and "DMA mode", thus "dmas/dma-names"
are not mandatory property. Drop these from rcar_sound,ssi's required:.
This is prepare for Gen4 support. See more details on Link
Link: https://lore.kernel.org/all/[email protected]/#r
Link: https://lore.kernel.org/all/[email protected]/#r
Link: https://lore.kernel.org/all/[email protected]/#r
Link: https://lore.kernel.org/all/[email protected]/#r
Signed-off-by: Kuninori Morimoto <[email protected]>
Reviewed-by: Geert Uytterhoeven <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/renesas,rsnd.yaml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml index c3bea5b0ec40..12ccf29338d9 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml @@ -256,8 +256,6 @@ properties: $ref: /schemas/types.yaml#/definitions/flag required: - interrupts - - dmas - - dma-names additionalProperties: false # For DAI base |