From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 03 Dec 2013 09:41:30 +0900 Subject: [U-Boot] [PATCH] arm: exynos: fix set_mmc_clk for exynos4x12 In-Reply-To: <529C19CD.5020500@samsung.com> References: <529C19CD.5020500@samsung.com> Message-ID: <529D28BA.4020204@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 02/12/13 14:25, Jaehoon Chung wrote: > Fix the set_mmc_clk() for exnos4x12. > If board is exynos4x12, mmc clock should be set to wrong value. > > Signed-off-by: Jaehoon Chung > --- > arch/arm/cpu/armv7/exynos/clock.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.