]> Git Repo - J-u-boot.git/commitdiff
i.MX6: change register name for CCM_CHSCCDR to match ref. manual
authorEric Nelson <[email protected]>
Mon, 17 Sep 2012 10:20:50 +0000 (10:20 +0000)
committerTom Rini <[email protected]>
Mon, 15 Oct 2012 18:54:08 +0000 (11:54 -0700)
Register CCM_CHSCCDR (offset 0x34 in CCM) is named CCM_CHSCCDR in
reference manual, but was named chscdr in struct mxc_ccm_reg.

Signed-off-by: Eric Nelson <[email protected]>
arch/arm/include/asm/arch-mx6/crm_regs.h

index 59b17b959f7c5c6eda5bad20992ea8de8b0cb386..f066461b650e038d793a19af634a22734b1c0242 100644 (file)
@@ -34,7 +34,7 @@ struct mxc_ccm_reg {
        u32 cs1cdr;
        u32 cs2cdr;
        u32 cdcdr;      /* 0x0030 */
-       u32 chscdr;
+       u32 chsccdr;
        u32 cscdr2;
        u32 cscdr3;
        u32 cscdr4;     /* 0x0040 */
This page took 0.0381 seconds and 4 git commands to generate.