diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2014-12-17 06:12:02 (GMT) |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-01-13 02:01:55 (GMT) |
commit | d2b541c98f5402ebb49ee1c636ef5bc31462b4ca (patch) | |
tree | ee7957c0fbbd68008459e5a7d1945afaf54c3c66 /arch/arm/boot/dts/r8a7791-koelsch.dts | |
parent | ad63241cdc328edbb0f879416ea7707bf0997f08 (diff) | |
download | linux-d2b541c98f5402ebb49ee1c636ef5bc31462b4ca.tar.xz |
ARM: shmobile: r8a7791: tidyup #sound-dai-cells settings
Renesas sound driver needs #sound-dai-cells settings, but, this usage
is a little bit confusable. It came from ALSA SoC historical reasons.
The sound DAI naming method is different between Single/Multi DAI in
the ALSA framework, and it is used for sound card matching.
And this #sound-dai-cells has relationship to it.
Current SoC dtsi has #sound-dai-cells = <1> as default settings
(= it is assuming that board/platform has multi DAI), and
board/platform side needs to overwrite it if board/platform was single
DAI. This style is more confusable for users.
This patch removes SoC side default settings, and force to set it by
board/platform side.
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/r8a7791-koelsch.dts')
-rw-r--r-- | arch/arm/boot/dts/r8a7791-koelsch.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts index 990af16..9c651c0 100644 --- a/arch/arm/boot/dts/r8a7791-koelsch.dts +++ b/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -582,6 +582,7 @@ pinctrl-0 = <&sound_pins &sound_clk_pins>; pinctrl-names = "default"; + /* Single DAI */ #sound-dai-cells = <0>; status = "okay"; |