]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
EXYNOS5: Fix system register structure
authorRajeshwari Shinde <rajeshwari.s@samsung.com>
Mon, 14 May 2012 05:52:00 +0000 (05:52 +0000)
committerMarek Vasut <marex@denx.de>
Mon, 9 Jul 2012 16:27:54 +0000 (18:27 +0200)
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@samsung.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>
arch/arm/include/asm/arch-exynos/system.h

index c85f949da4a84b89397d1ed2969569fdcb97b302..c1d880f4ce640e76e7ea629a4fef169073f181e0 100644 (file)
@@ -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;