[U-Boot] [PATCH v3 4/6] arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt

Tetsuyuki Kobayshi koba at kmckk.co.jp
Mon Jul 9 13:06:58 CEST 2012


From: Tetsuyuki Kobayashi <koba at kmckk.co.jp>

Add dummy member to struct sh73a0_rwdt in sh73a0.h.
Without this, initializing watch dog timer goes wrong.

Signed-off-by: Tetsuyuki Kobayashi <koba at kmckk.co.jp>
---
Changes for v2:
 - New
Changes for v3:
 - No change

 arch/arm/include/asm/arch-rmobile/sh73a0.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/include/asm/arch-rmobile/sh73a0.h b/arch/arm/include/asm/arch-rmobile/sh73a0.h
index ad59be7..74d1c48 100644
--- a/arch/arm/include/asm/arch-rmobile/sh73a0.h
+++ b/arch/arm/include/asm/arch-rmobile/sh73a0.h
@@ -60,7 +60,9 @@
 /* RWDT */
 struct sh73a0_rwdt {
 	volatile u16 rwtcnt0;	/* 0x00 */
+	volatile u16 dummy0;	/* 0x02 */
 	volatile u16 rwtcsra0;	/* 0x04 */
+	volatile u16 dummy1;	/* 0x06 */
 	volatile u16 rwtcsrb0;	/* 0x08 */
 };
 
-- 
1.7.9.5



More information about the U-Boot mailing list