projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988acd2
)
imx: mx6ull: skip setting ahb clock
author
Peng Fan
<van.freenix@gmail.com>
Thu, 11 Aug 2016 06:02:43 +0000
(14:02 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 4 Oct 2016 13:41:00 +0000
(15:41 +0200)
Rom already initialized clock at 396M and 132M for arm core and ahb,
so skip setting them again in U-Boot.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/soc.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx6/soc.c
b/arch/arm/cpu/armv7/mx6/soc.c
index 5b2a0513ab7859567539b0ab01eb8ed52405c48b..fef4eb72ee273d5c3a58954c004f272c6699d9c2 100644
(file)
--- a/
arch/arm/cpu/armv7/mx6/soc.c
+++ b/
arch/arm/cpu/armv7/mx6/soc.c
@@
-343,7
+343,7
@@
int arch_cpu_init(void)
*/
init_bandgap();
- if (!
IS_ENABLED(CONFIG_MX6UL
)) {
+ if (!
is_mx6ul() && !is_mx6ull(
)) {
/*
* When low freq boot is enabled, ROM will not set AHB
* freq, so we need to ensure AHB freq is 132MHz in such