On 26/01/2023 02:59, Kuninori Morimoto wrote: > > From: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> There is stray blank line before your "From". > > Document R-Car V4H (R8A779G0), and R-Car Gen4 SoC bindings. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > --- > .../devicetree/bindings/sound/renesas,rsnd.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > index 679a246dd666..5319abdda8a2 100644 > --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > @@ -49,12 +49,21 @@ properties: > - renesas,rcar_sound-r8a77995 # R-Car D3 > - enum: > - renesas,rcar_sound-gen3 > + > + # for Gen4 SoC > + - items: > + - enum: > + - renesas,rcar_sound-r8a779g0 # R-Car V4H > + - enum: > + - renesas,rcar_sound-gen4 This is not enum but const. I send a fix for the rest, please rebase on top of it. Best regards, Krzysztof