]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 2 Feb 2016 21:42:37 +0000 (22:42 +0100)
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.

Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3036-kylin.dts

index b754613b9a9afbf6f938d331a16a5da77f87a350..d5913fe128eed0e7b39a8a8ff650bf73f57b63ac 100644 (file)
@@ -78,7 +78,7 @@
                compatible = "simple-audio-card";
                simple-audio-card,format = "i2s";
                simple-audio-card,name = "rockchip,rt5616-codec";
-               simple-audio-card,mclk-fs = <256>;
+               simple-audio-card,mclk-fs = <512>;
                simple-audio-card,widgets =
                        "Microphone", "Microphone Jack",
                        "Headphone", "Headphone Jack";