rk3399: disable the clock multiplier support when SoC init
authorKever Yang <kever.yang@rock-chips.com>
Fri, 7 Oct 2016 07:56:16 +0000 (15:56 +0800)
committerSimon Glass <sjg@chromium.org>
Sun, 30 Oct 2016 19:29:06 +0000 (13:29 -0600)
commit27b95d25c570e29fe58ae01e308467a1f682411e
tree02ce228ac53e7a13ee065039b0c5b632df7d18aa
parent5564ed5dd980c1e67780fb6a7fdbe29fd76174ed
rk3399: disable the clock multiplier support when SoC init

The Clock Multiplier in rk3399 EMMC programmable clock generator
is broken, we can remove its support from SoC GRF register.

Without this patch, rk3399 emmc driver is not work after below patch
applied:
6dffdbc mmc: sdhci: Add the programmable clock mode support

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/mach-rockchip/rk3399/rk3399.c