]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: dts: vf610: fix clock definition for SAI2
authorStefan Agner <stefan@agner.ch>
Sun, 18 Oct 2015 04:05:21 +0000 (21:05 -0700)
committerShawn Guo <shawnguo@kernel.org>
Wed, 2 Dec 2015 01:46:59 +0000 (09:46 +0800)
commitf7f2db4985279b14b40eaff5141605bf8b9b1cee
tree8380b778c640792729f643bc7973cf7401766ccd
parenteba550bf22d651d6ac160bdebd43bf3a2246a65d
ARM: dts: vf610: fix clock definition for SAI2

So far, only the bus clock has been assigned, but in reality the
SAI IP has for clock inputs. The driver has been updated to
make use of the additional clock inputs by 3f6e1d799364 ("ASoC:
fsl_sai: add sai master mode support"). Due to a bug in the
clock tree, the audio clock has been enabled none the less by
the specified bus clock (see "ARM: imx: clk-vf610: fix SAI
clock tree"), which made master mode even without the proper
clock assigned working.

This patch completes the clock definition for SAI2. On Vybrid,
only two MCLK out of the four options are available (the first
being the bus clock itself). See chapter 8.10.1.2.3 of the
Vybrid Reference manual ("SAI transmitter and receiver options
for MCLK selection"). Note: The audio clocks are only required
in master mode.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vfxxx.dtsi