projects
/
karo-tx-uboot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7a756
)
karo: tx51: fix ipu clock setting
author
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 8 Aug 2014 12:51:23 +0000
(14:51 +0200)
committer
Lothar Waßmann
<LW@KARO-electronics.de>
Fri, 8 Aug 2014 13:06:49 +0000
(15:06 +0200)
The IPU clock is derived from AXI_B clock, which is running at 133MHz
not 200MHz.
include/configs/tx51.h
patch
|
blob
|
history
diff --git
a/include/configs/tx51.h
b/include/configs/tx51.h
index
c28775f
..
9397e90
100644
(file)
--- 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
200
000000
+#define CONFIG_IPUV3_CLK
133
000000
#define CONFIG_LCD_LOGO
#define LCD_BPP LCD_COLOR24
#define CONFIG_CMD_BMP