From 775b6f728d3c2abb00efd7ed99481787df16e401 Mon Sep 17 00:00:00 2001 From: Rajeshwari Shinde Date: Mon, 14 May 2012 05:52:00 +0000 Subject: EXYNOS5: Fix system register structure 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 Acked-by: Minkyu Kang --- arch/arm/include/asm/arch-exynos/system.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/include/asm/arch-exynos/system.h b/arch/arm/include/asm/arch-exynos/system.h index c85f949da4..c1d880f4ce 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; -- cgit v1.2.1