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:
557b9b7
)
imx6: clock: correct comment for PLL_VIDEO
author
Anatolij Gustschin
<agust@denx.de>
Wed, 2 Aug 2017 14:05:12 +0000
(16:05 +0200)
committer
Stefano Babic
<sbabic@denx.de>
Wed, 16 Aug 2017 09:38:27 +0000
(11:38 +0200)
This appear to be a copy-paste error, clean it up.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>
arch/arm/mach-imx/mx6/clock.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-imx/mx6/clock.c
b/arch/arm/mach-imx/mx6/clock.c
index 1f2739e8645e7806ae4fbaa8b5d614f2e0b20f4e..0e019c42622f8a4c2b7c0094cf0161646ab83c2b 100644
(file)
--- a/
arch/arm/mach-imx/mx6/clock.c
+++ b/
arch/arm/mach-imx/mx6/clock.c
@@
-19,7
+19,7
@@
enum pll_clocks {
PLL_USBOTG, /* OTG USB PLL */
PLL_ENET, /* ENET PLL */
PLL_AUDIO, /* AUDIO PLL */
- PLL_VIDEO, /*
AUDI
O PLL */
+ PLL_VIDEO, /*
VIDE
O PLL */
};
struct mxc_ccm_reg *imx_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;