[U-Boot] [PATCH 1/6 V3] EXYNOS5: Fix system register structure

Rajeshwari Shinde rajeshwari.s at samsung.com
Tue May 8 12:11:57 CEST 2012


This patch corrects the SYSREG structure.
We have removed the sysreg.h added in the previous patchset
version as the sysreg structure is already defined in system.h.

Signed-off-by: Rajeshwari Shinde <rajeshwari.s at samsung.com>
Acked-by: Minkyu Kang <mk7.kang at samsung.com>
---
Changes for v2:
	- Removed the definitions added for SYSREG registers as they were 
	already defined in system.h
	- Corrected the already exsisted exynos5_sysreg as per the user manual. 
 arch/arm/include/asm/arch-exynos/system.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/include/asm/arch-exynos/system.h b/arch/arm/include/asm/arch-exynos/system.h
index c85f949..c1d880f 100644
--- a/arch/arm/include/asm/arch-exynos/system.h
+++ b/arch/arm/include/asm/arch-exynos/system.h
@@ -42,6 +42,7 @@ struct exynos5_sysreg {
 	unsigned int	reserved;
 	unsigned int	ispblk_cfg;
 	unsigned int	usb20phy_cfg;
+	unsigned char	res2[0x29c];
 	unsigned int	mipi_dphy;
 	unsigned int	dptx_dphy;
 	unsigned int	phyclk_sel;
-- 
1.7.4.4



More information about the U-Boot mailing list