From: Kuninori Morimoto Date: Wed, 17 Dec 2014 06:11:52 +0000 (+0000) Subject: ARM: shmobile: r8a7790: tidyup #sound-dai-cells settings X-Git-Tag: fixes-v4.0-rc1~86^2~30^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad63241cdc328edbb0f879416ea7707bf0997f08;p=pandora-kernel.git ARM: shmobile: r8a7790: 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed