From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 14 May 2012 20:26:43 +0200 Subject: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure In-Reply-To: <1337010725-24807-1-git-send-email-rajeshwari.s@samsung.com> References: <1337010725-24807-1-git-send-email-rajeshwari.s@samsung.com> Message-ID: <201205142026.43409.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Rajeshwari Shinde, > This patch corrects the SYSREG structure. What is the exact difference between this patchset and V3 one? It's a good practice to sum such things up below diffstat. > 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 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/include/asm/arch-exynos/system.h > b/arch/arm/include/asm/arch-exynos/system.h index c85f949..c1d880f 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; Best regards, Marek Vasut