]> git.baikalelectronics.ru Git - uboot.git/commit
Revert "mmc: dw_mmc: rockchip: select proper card clock"
authorKever Yang <kever.yang@rock-chips.com>
Wed, 14 Jun 2017 08:31:49 +0000 (16:31 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 11 Jul 2017 10:13:47 +0000 (12:13 +0200)
commit08e742f7ecd3b71b08cd1ecafc55de0e26030466
tree1c437ad645681a86f872fd228e1a288ca27c41c8
parent218c7af5667031d681ce5f74bdec23e452db3d20
Revert "mmc: dw_mmc: rockchip: select proper card clock"

The origin patch get rockchip dwmmc by name 'ciu', which lead
to the SPL not able to remove 'clock-names' node in dts.
I'm not saying this is not correct, but I would prefer to handle
this in dts or clock driver to save memory for SPL.
For example the rk3288 SPL size has out of memory if not enable
BACK_TO_BROM option, there are many other SoCs has less internal
memory than rk3288.

This reverts commit 8ae2aa302e9927e407caf485c5c8a9d92e4d0b06.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/mmc/rockchip_dw_mmc.c