X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Ftx51.h;h=129bd091d70d4cfdeb7655134139db73c86fc01d;hp=c28775f6565cdcca10a3d5061553ce9d49c9ba33;hb=8f8b36e84c427318b8c2e8996b65c9675abf1810;hpb=6e028b8d1c2f4b3c46ab6a07125e44aff724e1cf diff --git a/include/configs/tx51.h b/include/configs/tx51.h index c28775f656..129bd091d7 100644 --- a/include/configs/tx51.h +++ b/include/configs/tx51.h @@ -41,7 +41,7 @@ #define CONFIG_SPLASH_SCREEN #define CONFIG_SPLASH_SCREEN_ALIGN #define CONFIG_VIDEO_IPUV3 -#define CONFIG_IPUV3_CLK 200000000 +#define CONFIG_IPUV3_CLK 133000000 #define CONFIG_LCD_LOGO #define LCD_BPP LCD_COLOR24 #define CONFIG_CMD_BMP @@ -51,9 +51,6 @@ /* * Memory configuration options */ -#ifndef CONFIG_SYS_SDRAM_CLK -#define CONFIG_SYS_SDRAM_CLK 166 -#endif #define PHYS_SDRAM_1 0x90000000 /* Base address of bank 1 */ #define PHYS_SDRAM_1_SIZE SZ_128M #if CONFIG_NR_DRAM_BANKS > 1 @@ -65,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