UPSTREAM: ARM: dts: rockchip: increase the mclk_fs to 512 for kylin board
authorXing Zheng <zhengxing@rock-chips.com>
Fri, 29 Jan 2016 08:49:21 +0000 (16:49 +0800)
committerCaesar Wang <wxt@rock-chips.com>
Tue, 31 May 2016 08:43:26 +0000 (16:43 +0800)
commit0955ef8f835cf8b2391b8bcf2c396496a2c3b471
treefb78b67c944bced167374d01101b440179c18494
parentb2f53d2aad7751ecc49cf6c6fde96265b5084e81
UPSTREAM: ARM: dts: rockchip: increase the mclk_fs to 512 for kylin board

If we playback the 8KHz FS audio with the 256 mclk_fs, we need the
mclk = 256 * 8000 = 2.048MHz, the frac div is 594 / 2.048 = 290,
the frac div value 0x00809015 set to the CRU_CLKSEL7_CON will cause
to hang.

We increase the mclk_fs to 512, will get the mclk = 512 * 8000 =
4.096MHz, use 0x01009015 instead of 0x00809015 to work around this
issue. We will keep tracking it.

Change-Id: I1fd36449bb5b3d6e35b9cd7b8c3165736123515f
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
(cherry picked from git.kernel.org next/linux-next.git master
 commit f6bb9d5f30d6986c4fdce1ed5a36088a0c30c544)
arch/arm/boot/dts/rk3036-kylin.dts