From patchwork Fri Oct 12 15:08:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,5/6] Exynos: Exynos4x10: add sysreg structure for exynos4x10 Date: Fri, 12 Oct 2012 05:08:50 -0000 From: Piotr Wilczek X-Patchwork-Id: 191143 Message-Id: <1350054531-24681-6-git-send-email-p.wilczek@samsung.com> To: u-boot@lists.denx.de Cc: Piotr Wilczek , Kyungmin Park This patch adds sysreg structure for Exynos4x10. Signed-off-by: Piotr Wilczek Signed-off-by: Kyungmin Park CC: Minkyu Kang --- arch/arm/include/asm/arch-exynos/system.h | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/system.h b/arch/arm/include/asm/arch-exynos/system.h index 42e1d21..1c93b6b 100644 --- a/arch/arm/include/asm/arch-exynos/system.h +++ b/arch/arm/include/asm/arch-exynos/system.h @@ -32,6 +32,15 @@ struct exynos4_sysreg { unsigned int jtag_con; }; +struct exynos4x10_sysreg { + unsigned char res1[0x210]; + unsigned int display_ctrl; + unsigned int display_ctrl2; + unsigned int camera_control; + unsigned int audio_endian; + unsigned int jtag_con; +}; + struct exynos5_sysreg { unsigned char res1[0x214]; unsigned int disp1blk_cfg;