diff options
author | Anatolij Gustschin <agust@denx.de> | 2014-10-16 20:37:25 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-10-30 10:51:24 +0100 |
commit | 9c56936eb5fc8191df2e7f6016d579741d5f01e0 (patch) | |
tree | 16e7bc8ff7fa6bd549adceb7614ddefdeb68d791 | |
parent | b99ed2766ae7bfc28077b8e2ce90ce2402483195 (diff) | |
download | u-boot-socfpga-9c56936eb5fc8191df2e7f6016d579741d5f01e0.tar.gz |
arm: imx6: fix typos in CCM_ANALOG_PLL_VIDEO_DENOM register name
Fix name for Video PLL denominator register.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
-rw-r--r-- | arch/arm/include/asm/arch-mx6/crm_regs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-mx6/crm_regs.h b/arch/arm/include/asm/arch-mx6/crm_regs.h index e67b5b9e7d..85e301c6ea 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; |