Commit f0728eaf authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Geert Uytterhoeven

ARM: dts: renesas: r8a7778: Add missing reg-names to sound node

Sound Driver requires "reg-names" to get register info.  Current driver
tries to get register info via "reg" instead of "reg-names" as backup
plan, but this support will be removed soon.
Use "reg-namess" for r8a7778 sound.
Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/87cyszpwmp.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent f66d8501
...@@ -255,6 +255,8 @@ rcar_sound: sound@ffd90000 { ...@@ -255,6 +255,8 @@ rcar_sound: sound@ffd90000 {
reg = <0xffd90000 0x1000>, /* SRU */ reg = <0xffd90000 0x1000>, /* SRU */
<0xffd91000 0x240>, /* SSI */ <0xffd91000 0x240>, /* SSI */
<0xfffe0000 0x24>; /* ADG */ <0xfffe0000 0x24>; /* ADG */
reg-names = "sru", "ssi", "adg";
clocks = <&mstp3_clks R8A7778_CLK_SSI8>, clocks = <&mstp3_clks R8A7778_CLK_SSI8>,
<&mstp3_clks R8A7778_CLK_SSI7>, <&mstp3_clks R8A7778_CLK_SSI7>,
<&mstp3_clks R8A7778_CLK_SSI6>, <&mstp3_clks R8A7778_CLK_SSI6>,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment