]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: davinci-mcasp: Discourage use of fck_parent for clock reparenting
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 27 Jan 2016 13:02:49 +0000 (15:02 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 27 Jan 2016 13:13:10 +0000 (13:13 +0000)
commitc670254f63fe09681b1c4c82d3d059c6cc04ce09
treeaf49b55a6006eed9d22580e31d07348ee9bd0737
parent92e963f50fc74041b5e9e744c330dca48e04f08d
ASoC: davinci-mcasp: Discourage use of fck_parent for clock reparenting

The in-driver clock reparenting had been added when we did not had other
means to cleanly set the parent for the fck. Now we can use
assigned-clocks/assigned-clock-parents in DT binding. Print warning when
the fck_parent is present for McASP and recommend the switch to the proper
way to handle the clock selection.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/davinci/davinci-mcasp.c