From ff3a5fc46d492fd46d392c73f4c58cb3060d4fd6 Mon Sep 17 00:00:00 2001 From: Anatolij Gustschin Date: Wed, 2 Aug 2017 16:05:12 +0200 Subject: [PATCH] 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 --- arch/arm/mach-imx/mx6/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.25.1