summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2014-10-16 20:37:25 +0200
committerStefano Babic <sbabic@denx.de>2014-10-30 10:51:24 +0100
commit9c56936eb5fc8191df2e7f6016d579741d5f01e0 (patch)
tree16e7bc8ff7fa6bd549adceb7614ddefdeb68d791 /arch
parentb99ed2766ae7bfc28077b8e2ce90ce2402483195 (diff)
downloadblackbird-obmc-uboot-9c56936eb5fc8191df2e7f6016d579741d5f01e0.tar.gz
blackbird-obmc-uboot-9c56936eb5fc8191df2e7f6016d579741d5f01e0.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-mx6/crm_regs.h2
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;
OpenPOWER on IntegriCloud