commit | b7df12d944a2d2e752e2afea530d4cadb2788e8a | [log] [tgz] |
---|---|---|
author | Xu Ziyuan <xzy.xu@rock-chips.com> | Sun Apr 16 17:44:42 2017 +0800 |
committer | Simon Glass <sjg@chromium.org> | Wed May 10 13:37:21 2017 -0600 |
tree | 7d0116070d6d6f557cbb23251fae8f01f6cb1ff0 | |
parent | 71ef9260cf1985bb0499f9cc870004db673c6161 [diff] |
mmc: dw_mmc: rockchip: select proper card clock As you know, biu_clk is used for AMBA AHB/APB interface, ciu_clk is used for communication between host and card devices. The real bus clock is ciu, so let's rectify it. Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>