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 ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
clock_init_exynos5.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
clock_init.h ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
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 ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
dmc_common.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
dmc_init_ddr3.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
dmc_init_exynos4.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
exynos4_setup.h ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
exynos5_setup.h ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
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 ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
pinmux.c of: clean up OF_CONTROL ifdef conditionals 2015-08-18 13:46:05 -04:00
power.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
sec_boot.S ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
soc.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
spl_boot.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
system.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00
tzpc.c ARM: exynos: move SoC sources to mach-exynos 2015-08-17 13:06:52 +09:00