Re: [U-Boot] [PATCH v5 08/19] arm: socfpga: Fix CLKMGR_INTOSC_HZ to 400MHz

2019-10-25 Thread Ley Foon Tan
On Wed, Oct 23, 2019 at 2:31 AM Simon Goldschmidt wrote: > > Am 11.10.2019 um 11:52 schrieb Ley Foon Tan: > > CLKMGR_INTOSC_HZ should be 400MHz, instead of 460MHz. > > Having this in a separate patch is clearly better. > > > > > Signed-off-by: Ley Foon Tan > > --- > > arch/arm/mach-socfpga/incl

Re: [U-Boot] [PATCH v5 08/19] arm: socfpga: Fix CLKMGR_INTOSC_HZ to 400MHz

2019-10-22 Thread Simon Goldschmidt
Am 11.10.2019 um 11:52 schrieb Ley Foon Tan: CLKMGR_INTOSC_HZ should be 400MHz, instead of 460MHz. Having this in a separate patch is clearly better. Signed-off-by: Ley Foon Tan --- arch/arm/mach-socfpga/include/mach/clock_manager_soc64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletio

[U-Boot] [PATCH v5 08/19] arm: socfpga: Fix CLKMGR_INTOSC_HZ to 400MHz

2019-10-11 Thread Ley Foon Tan
CLKMGR_INTOSC_HZ should be 400MHz, instead of 460MHz. Signed-off-by: Ley Foon Tan --- arch/arm/mach-socfpga/include/mach/clock_manager_soc64.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/mach-socfpga/include/mach/clock_manager_soc64.h b/arch/arm/mach-socfpga/inc