Hi Wolfram, On Thu, Sep 26, 2024 at 1:32 PM Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> wrote: > The device at 0xffd90000 is named SRU, both in the datasheet and SoC > DTSI. Fix the typo in the bindings to avoid the false positive report: > > sound@ffd90000: reg-names:0: 'sru' is not one of ['scu', 'ssi', 'adg'] > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> Thanks for your patch! > --- a/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.yaml > @@ -302,7 +302,7 @@ allOf: > reg-names: > items: > enum: > - - scu > + - sru > - ssi > - adg > # for Gen2/Gen3 Nice catch! Fortunately the driver uses only the "ssi" and "adg" register blocks. Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds