All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/4] ARM: mx5: Fix CHSCCDR name
@ 2014-08-03 23:47 Marek Vasut
  2014-08-03 23:47 ` [U-Boot] [PATCH 2/4] ARM: mx6: Prevent overflow in DRAM size detection Marek Vasut
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Marek Vasut @ 2014-08-03 23:47 UTC (permalink / raw)
  To: u-boot

Fix the name of the CCM CHSCCDR register.

Signed-off-by: Marek Vasut <marex@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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2014-08-20 10:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-03 23:47 [U-Boot] [PATCH 1/4] ARM: mx5: Fix CHSCCDR name Marek Vasut
2014-08-03 23:47 ` [U-Boot] [PATCH 2/4] ARM: mx6: Prevent overflow in DRAM size detection Marek Vasut
2014-08-04  4:50   ` Tim Harvey
2014-08-20 10:22   ` Stefano Babic
2014-08-03 23:47 ` [U-Boot] [PATCH 3/4] ARM: mx6: Handle the MMDCx_MDCTL COL field caprices Marek Vasut
2014-08-20 10:27   ` Stefano Babic
2014-08-03 23:47 ` [U-Boot] [PATCH 4/4] ARM: mx6: Enable Thumb build for SPL Marek Vasut
2014-08-06  9:23   ` Tim Harvey
2014-08-20 10:28   ` Stefano Babic
2014-08-20 10:21 ` [U-Boot] [PATCH 1/4] ARM: mx5: Fix CHSCCDR name Stefano Babic

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.