From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Mon, 10 Feb 2014 16:16:39 +0900 Subject: [U-Boot] [PATCH 1/2] exynos: clock: fixed that cfg is set to wrong value. In-Reply-To: <52F31B8A.6010002@samsung.com> References: <52F31B8A.6010002@samsung.com> Message-ID: <52F87CD7.2010406@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 06/02/14 14:20, Jaehoon Chung wrote: > From: Inha Song > > This patch fixed that cfg value is set to wrong value. > Because it didn't read the related register. > (Based on Inha's patch : "arm:exynos:add missing readl") > > Signed-off-by: Inha Song > Signed-off-by: Jaehoon Chung > --- > arch/arm/cpu/armv7/exynos/clock.c | 3 +++ > 1 file changed, 3 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.