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 <[email protected]> Acked-by: Kuninori Morimoto <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 46f2dd5 commit a36614b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)