Skip to content

Commit a36614b

Browse files
Wolfram Sangbroonie
authored andcommitted
ASoC: dt-bindings: renesas,rsnd: correct reg-names for R-Car Gen1
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@sang-engineering.com> Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20240926113241.24060-2-wsa+renesas@sang-engineering.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 46f2dd5 commit a36614b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/sound/renesas,rsnd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ allOf:
302302
reg-names:
303303
items:
304304
enum:
305-
- scu
305+
- sru
306306
- ssi
307307
- adg
308308
# for Gen2/Gen3

0 commit comments

Comments
 (0)