diff options
author | Kuninori Morimoto <[email protected]> | 2023-02-01 02:02:07 +0000 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-01 11:43:55 +0000 |
commit | f76fec606d07b43d21475a0dda6294613379e224 (patch) | |
tree | 6864b818297dca1dcedc043e6f6d4c06543f12e4 | |
parent | beab0aad7276795952d4bb52f88fe6bd2406404c (diff) |
ASoC: dt-bindings: renesas: add R8A779G0 V4H
Document R-Car V4H (R8A779G0), and R-Car Gen4 SoC bindings.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Kuninori Morimoto <[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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml index 66175aeba7a7..d106de00c6b2 100644 --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml @@ -46,6 +46,10 @@ properties: - renesas,rcar_sound-r8a77990 # R-Car E3 - renesas,rcar_sound-r8a77995 # R-Car D3 - const: renesas,rcar_sound-gen3 + # for Gen4 SoC + - items: + - const: renesas,rcar_sound-r8a779g0 # R-Car V4H + - const: renesas,rcar_sound-gen4 # for Generic - enum: - renesas,rcar_sound-gen1 |