From: Anatolij Gustschin Date: Thu, 16 Oct 2014 18:37:25 +0000 (+0200) Subject: arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register name X-Git-Tag: v2015.01-rc1~35^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c56936eb5fc8191df2e7f6016d579741d5f01e0;hp=b99ed2766ae7bfc28077b8e2ce90ce2402483195;p=platform%2Fkernel%2Fu-boot.git arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register name Fix name for Video PLL denominator register. Signed-off-by: Anatolij Gustschin --- diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h index e67b5b9..85e301c 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;