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:
225126d
)
imx6: clock: typo fix
author
Peng Fan
<van.freenix@gmail.com>
Thu, 30 Jun 2016 13:08:00 +0000
(21:08 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 12 Jul 2016 15:58:50 +0000
(17:58 +0200)
Typo fix, "PPL2 -> PLL2"
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv7/mx6/clock.c
b/arch/arm/cpu/armv7/mx6/clock.c
index ff932aa7ed413332d40d7bf36a01d9b440f85c47..9b4b69c55d4648b0e11b7cd0faf225dff9631fd6 100644
(file)
--- a/
arch/arm/cpu/armv7/mx6/clock.c
+++ b/
arch/arm/cpu/armv7/mx6/clock.c
@@
-281,7
+281,7
@@
static u32 mxc_get_pll_pfd(enum pll_clocks pll, int pfd_num)
case PLL_BUS:
if (!is_mx6ul()) {
if (pfd_num == 3) {
- /* No PFD3 on P
P
L2 */
+ /* No PFD3 on P
L
L2 */
return 0;
}
}