diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-03-10 02:39:01 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-03-11 01:40:30 +0100 |
commit | 46a158f2ce965940f68ccb07ac8127e1091bebe8 (patch) | |
tree | 471ff66e4164082de3079635d3b7eadffa2a71e6 /arch/arm/boot/dts/r8a7790.dtsi | |
parent | ARM: shmobile: ape6evm dts: Configure the custom switch as wake-up source (diff) | |
download | linux-46a158f2ce965940f68ccb07ac8127e1091bebe8.tar.xz linux-46a158f2ce965940f68ccb07ac8127e1091bebe8.zip |
ARM: shmobile: r8a7790: add reg-names for sound
Rensas R-Car sound driver supports reg-names.
Let's use it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/r8a7790.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7790.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi index b3202526b62c..2041ec7cdd04 100644 --- a/arch/arm/boot/dts/r8a7790.dtsi +++ b/arch/arm/boot/dts/r8a7790.dtsi @@ -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>, |