Răsfoiți Sursa

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>
Rajeshwari Shinde 13 ani în urmă
părinte
comite
775b6f728d
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      arch/arm/include/asm/arch-exynos/system.h

+ 1 - 0
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;