ARM64: dts: rk336x: fix enable incorrect HCLK_I2Sx when startup
authorElaine Zhang <zhangqing@rock-chips.com>
Wed, 30 Mar 2016 07:15:59 +0000 (15:15 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Wed, 30 Mar 2016 09:08:00 +0000 (17:08 +0800)
commit5210cee9ed8851bff79a7d1f6129a31fcc5cd5ce
treecba221a20ffce81144a2801188c9400756dcae81
parentf9310d0ab8e05dadedd7b8224d51cbae87a75205
ARM64: dts: rk336x: 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: Iab69d541c47d1293a784ebffc23f6c1ceaf9c0b1
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366.dtsi
arch/arm64/boot/dts/rockchip/rk3368.dtsi