u-boot-brain/arch/arm/mach-exynos
Przemyslaw Marczak 7241df1c39 mach-exynos: clock: restore calling dead exynos4_get_mmc_clk()
After rework of code by:

commit: d952796 Exynos5: Use clock_get_periph_rate generic API

function get_mmc_clk() always returns -1 for Exynos 4.

This was caused by omitting, that SDHCI driver for Exynos 4,
calls get_mmc_clk(), with mmc device number as argument,
instead of pinmux peripheral id, like DW MMC driver for Exynos 5.

By this commit, the code directly calls a proper function
to get mmc clock for Exynos 4, without checking the peripheral id.

Tested on: Odroid U3/X2, Trats, Trats2, Odroid XU3, Snow (by Simon).

Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
2015-10-03 14:39:19 +01:00
..
include/mach of: clean up OF_CONTROL ifdef conditionals 2015-08-18 13:46:05 -04:00
clock_init_exynos4.c
clock_init_exynos5.c
clock_init.h
clock.c mach-exynos: clock: restore calling dead exynos4_get_mmc_clk() 2015-10-03 14:39:19 +01:00
common_setup.h ARM: exynos: fix regression for Origen4210 2015-08-17 13:06:55 +09:00
config.mk
dmc_common.c
dmc_init_ddr3.c
dmc_init_exynos4.c
exynos4_setup.h
exynos5_setup.h
Kconfig of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL 2015-08-18 13:46:04 -04:00
lowlevel_init.c ARM: exynos: fix regression for Origen4210 2015-08-17 13:06:55 +09:00
Makefile
pinmux.c of: clean up OF_CONTROL ifdef conditionals 2015-08-18 13:46:05 -04:00
power.c
sec_boot.S
soc.c
spl_boot.c
system.c
tzpc.c