diff mbox

[U-Boot] arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register name

Message ID 1413484645-31565-1-git-send-email-agust@denx.de
State Awaiting Upstream
Delegated to: Stefano Babic
Headers show

Commit Message

Anatolij Gustschin Oct. 16, 2014, 6:37 p.m. UTC
Fix name for Video PLL denominator register.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
---
 arch/arm/include/asm/arch-mx6/crm_regs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Oct. 30, 2014, 9:52 a.m. UTC | #1
On 16/10/2014 20:37, Anatolij Gustschin wrote:
> Fix name for Video PLL denominator register.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h
index 7202073..c00fc86 100644
--- a/arch/arm/include/asm/arch-mx6/crm_regs.h
+++ b/arch/arm/include/asm/arch-mx6/crm_regs.h
@@ -89,7 +89,7 @@  struct mxc_ccm_reg {
 	u32 analog_pll_video_tog;
 	u32 analog_pll_video_num;		/* 0x40b0 */
 	u32 analog_reserved6[3];
-	u32 analog_pll_vedio_denon;		/* 0x40c0 */
+	u32 analog_pll_video_denom;		/* 0x40c0 */
 	u32 analog_reserved7[7];
 	u32 analog_pll_enet;			/* 0x40e0 */
 	u32 analog_pll_enet_set;