summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2017-08-02 14:05:12 (GMT)
committerStefano Babic <sbabic@denx.de>2017-08-16 09:38:27 (GMT)
commitff3a5fc46d492fd46d392c73f4c58cb3060d4fd6 (patch)
treec25b26971c6646780991617fa754aad19f8c83f6 /arch
parent557b9b72500a73a1f6473933040cb617ce95a7aa (diff)
downloadu-boot-ff3a5fc46d492fd46d392c73f4c58cb3060d4fd6.tar.xz
imx6: clock: correct comment for PLL_VIDEO
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-imx/mx6/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mx6/clock.c b/arch/arm/mach-imx/mx6/clock.c
index 1f2739e..0e019c4 100644
--- 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, /* AUDIO PLL */
+ PLL_VIDEO, /* VIDEO PLL */
};
struct mxc_ccm_reg *imx_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;