From: Anatolij Gustschin Date: Wed, 2 Aug 2017 14:05:12 +0000 (+0200) Subject: imx6: clock: correct comment for PLL_VIDEO X-Git-Tag: v2017.09-rc3~74^2~11 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fu-boot.git;a=commitdiff_plain;h=ff3a5fc46d492fd46d392c73f4c58cb3060d4fd6 imx6: clock: correct comment for PLL_VIDEO This appear to be a copy-paste error, clean it up. Signed-off-by: Anatolij Gustschin Reviewed-by: Stefano Babic --- diff --git a/arch/arm/mach-imx/mx6/clock.c b/arch/arm/mach-imx/mx6/clock.c index 1f2739e864..0e019c4262 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;