projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fffde77
)
stm32f429: use 180 MHz system clock
author
Antonio Borneo
<
[email protected]
>
Sun, 19 Jul 2015 14:19:48 +0000
(22:19 +0800)
committer
Tom Rini
<
[email protected]
>
Mon, 27 Jul 2015 19:02:15 +0000
(15:02 -0400)
Mainline Linux kernel commit
338a6aaabc02fa63b70441dd0e1b70aea64673c6
(ARM: dts: Introduce
STM32F429 MCU) in arch/arm/boot/dts/stm32f429.dtsi
requires U-Boot to set system clock to 180 MHz.
Signed-off-by: Antonio Borneo <
[email protected]
>
To: Albert Aribaud <
[email protected]
>
To: Tom Rini <
[email protected]
>
To: Kamil Lulko <
[email protected]
>
Cc:
[email protected]
include/configs/stm32f429-discovery.h
patch
|
blob
|
history
diff --git
a/include/configs/stm32f429-discovery.h
b/include/configs/stm32f429-discovery.h
index f9807db5c677f8c702db87f1cbc4e0c5f5255bc8..1ac3db69b1702ddae32bd41853b2b49e5d80cbda 100644
(file)
--- a/
include/configs/stm32f429-discovery.h
+++ b/
include/configs/stm32f429-discovery.h
@@
-62,6
+62,8
@@
#define CONFIG_STM32_HSE_HZ 8000000
+#define CONFIG_SYS_CLK_FREQ 180000000 /* 180 MHz */
+
#define CONFIG_SYS_HZ_CLOCK 1000000 /* Timer is clocked at 1MHz */
#define CONFIG_CMDLINE_TAG