From 8f8b36e84c427318b8c2e8996b65c9675abf1810 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lothar=20Wa=C3=9Fmann?= Date: Fri, 8 Aug 2014 14:53:50 +0200 Subject: [PATCH] karo: tx51: increase ipg_per clock to 24MHz --- include/configs/tx51.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/tx51.h b/include/configs/tx51.h index fd480f6488..129bd091d7 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -62,7 +62,7 @@ #define CONFIG_SYS_MEMTEST_START PHYS_SDRAM_1 /* Memtest start address */ #define CONFIG_SYS_MEMTEST_END (PHYS_SDRAM_1 + SZ_4M) /* 4 MB RAM test */ #define CONFIG_SYS_SDRAM_CLK 166 -#define CONFIG_SYS_CLKTL_CBCDR 0x01e35180 +#define CONFIG_SYS_CLKTL_CBCDR 0x01e35100 /* * U-Boot general configurations -- 2.39.2