diff mbox

[U-Boot] imx6: clock: correct comment for PLL_VIDEO

Message ID 1501682712-3848-1-git-send-email-agust@denx.de
State Accepted
Commit ff3a5fc46d492fd46d392c73f4c58cb3060d4fd6
Delegated to: Stefano Babic
Headers show

Commit Message

Anatolij Gustschin Aug. 2, 2017, 2:05 p.m. UTC
This appear to be a copy-paste error, clean it up.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 arch/arm/mach-imx/mx6/clock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Aug. 2, 2017, 2:18 p.m. UTC | #1
On 02/08/2017 16:05, Anatolij Gustschin wrote:
> This appear to be a copy-paste error, clean it up.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  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 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;
> 

Reviewed-by: Stefano Babic <sbabic@denx.de>

Best regards,
Stefano Babic
Stefano Babic Aug. 16, 2017, 9:38 a.m. UTC | #2
On 02/08/2017 16:05, Anatolij Gustschin wrote:
> This appear to be a copy-paste error, clean it up.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  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 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;
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

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;