Re: [U-Boot] [PATCH] keystone2: use correct EFUSE_BOOTROM fileds to configure speed

2015-06-15 Thread Tom Rini
On Mon, Jun 15, 2015 at 08:54:15AM -0400, Vitaly Andrianov wrote: > The get_max_arm_speed() and get_max_dev_speed() used wrong register > fields to get the maximum speeds. This commit fixes the bug. > > Signed-off-by: Vitaly Andrianov Reviewed-by: Tom Rini -- Tom signature.asc Description:

[U-Boot] [PATCH] keystone2: use correct EFUSE_BOOTROM fileds to configure speed

2015-06-15 Thread Vitaly Andrianov
The get_max_arm_speed() and get_max_dev_speed() used wrong register fields to get the maximum speeds. This commit fixes the bug. Signed-off-by: Vitaly Andrianov --- arch/arm/mach-keystone/clock.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/mach-keyst