ARM64: dts: rk3399: fix enable incorrect HCLK_I2Sx when startup
authorXing Zheng <zhengxing@rock-chips.com>
Wed, 30 Mar 2016 06:29:54 +0000 (14:29 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 30 Mar 2016 07:19:07 +0000 (15:19 +0800)
commitfb8302a25224cb12398b77c88100b9806a678a77
tree113ab1bcbd01560baac93a610c80168419c4173a
parent4edc13b905ad05f5703755cc50d5b9eaad7ca4e1
ARM64: dts: rk3399: fix enable incorrect HCLK_I2Sx when startup

This patch like below:
----
commit 3860aa1ccfe01adb6c3fd09e880d812ceb408e5c
Author: Heiko Stuebner <heiko@sntech.de>
Date:   Sat Jan 9 03:18:51 2016 +0100

    ARM: dts: rockchip: swap i2s clock ordering on rk3036

    For sound setups using the simple-card mechanism, the main clock
    (sysclk) is expected to be the first element. For the i2s-driver
    itself it doesn't matter, as it uses named clocks, so we can just
    swap them.
----
If we set HCLK_I2Sx at first, rockchip_i2s_set_sysclk will set the
HCLK_I2S freq (from example is 100MHz) to set the i2s_div, it is
incorrect.

Change-Id: I2b424ded3845b8ccd3ef233e43c5f9f915544547
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399.dtsi