[U-Boot] [PATCH 1/4] ARM: mx5: Fix CHSCCDR name
Marek Vasut
marex at denx.de
Mon Aug 4 01:47:08 CEST 2014
Fix the name of the CCM CHSCCDR register.
Signed-off-by: Marek Vasut <marex at denx.de>
---
arch/arm/include/asm/arch-mx5/crm_regs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/include/asm/arch-mx5/crm_regs.h b/arch/arm/include/asm/arch-mx5/crm_regs.h
index efe57e0..b61c7b9 100644
--- a/arch/arm/include/asm/arch-mx5/crm_regs.h
+++ b/arch/arm/include/asm/arch-mx5/crm_regs.h
@@ -40,7 +40,7 @@ struct mxc_ccm_reg {
u32 cs1cdr;
u32 cs2cdr;
u32 cdcdr; /* 0x0030 */
- u32 chscdr;
+ u32 chsccdr;
u32 cscdr2;
u32 cscdr3;
u32 cscdr4; /* 0x0040 */
--
2.0.1
More information about the U-Boot
mailing list