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

Tetsuyuki Kobayashi koba at kmckk.co.jp
Sat Jul 7 13:32:02 CEST 2012


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

 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