From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 17 Sep 2012 16:14:11 -0700 Subject: [U-Boot] [PATCH V2 1/2] i.MX6: change register name for CCM_CHSCCDR to match ref. manual In-Reply-To: <1347923652-1915-1-git-send-email-eric.nelson@boundarydevices.com> References: <1347913251-1096-1-git-send-email-eric.nelson@boundarydevices.com> <1347923652-1915-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <1347923652-1915-2-git-send-email-eric.nelson@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 --- 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 0e605c2..8388e38 100644 --- a/arch/arm/include/asm/arch-mx6/crm_regs.h +++ b/arch/arm/include/asm/arch-mx6/crm_regs.h @@ -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 */ -- 1.7.9