Skip to content

Commit

Permalink
ARM: shmobile: r8a7790: add reg-names for sound
Browse files Browse the repository at this point in the history
Rensas R-Car sound driver supports reg-names.
Let's use it.

Signed-off-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
  • Loading branch information
morimoto authored and horms committed Mar 11, 2015
1 parent 90ca409 commit 46a158f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/r8a7790.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1461,6 +1461,8 @@
<0 0xec5a0000 0 0x100>, /* ADG */
<0 0xec540000 0 0x1000>, /* SSIU */
<0 0xec541000 0 0x1280>; /* SSI */
reg-names = "scu", "adg", "ssiu", "ssi";

clocks = <&mstp10_clks R8A7790_CLK_SSI_ALL>,
<&mstp10_clks R8A7790_CLK_SSI9>, <&mstp10_clks R8A7790_CLK_SSI8>,
<&mstp10_clks R8A7790_CLK_SSI7>, <&mstp10_clks R8A7790_CLK_SSI6>,
Expand Down

0 comments on commit 46a158f

Please sign in to comment.