Commit b5c3d7d3 authored by Olof Johansson's avatar Olof Johansson

Merge tag 'renesas-dt-cleanups2-for-v3.20' of...

Merge tag 'renesas-dt-cleanups2-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/dt

Merge "Second Round of Renesas ARM Based SoC DT Cleanups for v3.20" from Simon
Horman:

Second Round of Renesas ARM Based SoC DT Cleanups for v3.20

* Tidy up #sound-dai-cells settings
* Drop "renesas,rcar_sound" compatible value

* tag 'renesas-dt-cleanups2-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
  ARM: shmobile: r8a7791: tidyup #sound-dai-cells settings
  ARM: shmobile: r8a7790: tidyup #sound-dai-cells settings
  ARM: shmobile: r8a7791 dtsi: Drop "renesas,rcar_sound" compatible value
  ARM: shmobile: r8a7790 dtsi: Drop "renesas,rcar_sound" compatible value
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parents 1b012fbc d2b541c9
...@@ -581,6 +581,7 @@ &rcar_sound { ...@@ -581,6 +581,7 @@ &rcar_sound {
pinctrl-0 = <&sound_pins &sound_clk_pins>; pinctrl-0 = <&sound_pins &sound_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
/* Single DAI */
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
status = "okay"; status = "okay";
......
...@@ -1400,8 +1400,13 @@ pciec: pcie@fe000000 { ...@@ -1400,8 +1400,13 @@ pciec: pcie@fe000000 {
}; };
rcar_sound: rcar_sound@ec500000 { rcar_sound: rcar_sound@ec500000 {
#sound-dai-cells = <1>; /*
compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2", "renesas,rcar_sound"; * #sound-dai-cells is required
*
* Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
* Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
*/
compatible = "renesas,rcar_sound-r8a7790", "renesas,rcar_sound-gen2";
reg = <0 0xec500000 0 0x1000>, /* SCU */ reg = <0 0xec500000 0 0x1000>, /* SCU */
<0 0xec5a0000 0 0x100>, /* ADG */ <0 0xec5a0000 0 0x100>, /* ADG */
<0 0xec540000 0 0x1000>, /* SSIU */ <0 0xec540000 0 0x1000>, /* SSIU */
......
...@@ -584,6 +584,7 @@ &rcar_sound { ...@@ -584,6 +584,7 @@ &rcar_sound {
pinctrl-0 = <&sound_pins &sound_clk_pins>; pinctrl-0 = <&sound_pins &sound_clk_pins>;
pinctrl-names = "default"; pinctrl-names = "default";
/* Single DAI */
#sound-dai-cells = <0>; #sound-dai-cells = <0>;
status = "okay"; status = "okay";
......
...@@ -1385,8 +1385,13 @@ pciec: pcie@fe000000 { ...@@ -1385,8 +1385,13 @@ pciec: pcie@fe000000 {
}; };
rcar_sound: rcar_sound@ec500000 { rcar_sound: rcar_sound@ec500000 {
#sound-dai-cells = <1>; /*
compatible = "renesas,rcar_sound-r8a7791", "renesas,rcar_sound-gen2", "renesas,rcar_sound"; * #sound-dai-cells is required
*
* Single DAI : #sound-dai-cells = <0>; <&rcar_sound>;
* Multi DAI : #sound-dai-cells = <1>; <&rcar_sound N>;
*/
compatible = "renesas,rcar_sound-r8a7791", "renesas,rcar_sound-gen2";
reg = <0 0xec500000 0 0x1000>, /* SCU */ reg = <0 0xec500000 0 0x1000>, /* SCU */
<0 0xec5a0000 0 0x100>, /* ADG */ <0 0xec5a0000 0 0x100>, /* ADG */
<0 0xec540000 0 0x1000>, /* SSIU */ <0 0xec540000 0 0x1000>, /* SSIU */
......
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