Commit 775b6f728d3c2abb00efd7ed99481787df16e401

Authored by Rajeshwari Shinde
Committed by Marek Vasut
1 parent 7590d3cece

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 <rajeshwari.s@samsung.com>
Acked-by: Minkyu Kang <mk7.kang@samsung.com>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

arch/arm/include/asm/arch-exynos/system.h
... ... @@ -42,6 +42,7 @@
42 42 unsigned int reserved;
43 43 unsigned int ispblk_cfg;
44 44 unsigned int usb20phy_cfg;
  45 + unsigned char res2[0x29c];
45 46 unsigned int mipi_dphy;
46 47 unsigned int dptx_dphy;
47 48 unsigned int phyclk_sel;