
10 Aug
2017
10 Aug
'17
2:50 p.m.
mmc using 150000000 as max-frequency like what rk3288 sets. This can speed up the mmc read/write, the actual mmc clock is: Before this patch: 37.125M After this patch: 49.5M
Signed-off-by: Kever Yang kever.yang@rock-chips.com Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Acked-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Changes in v2:
- remove fifo-mode in patch
- update commit message to explain why this patch needed.
arch/arm/dts/rk3229-evb.dts | 1 - arch/arm/dts/rk322x.dtsi | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-)
Applied to u-boot-rockchip, thanks!