public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure
@ 2012-05-14 15:52 Rajeshwari Shinde
  2012-05-14 15:52 ` [U-Boot] [PATCH 2/6 V4] EXYNOS5: Add structure for PMU registers Rajeshwari Shinde
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Rajeshwari Shinde @ 2012-05-14 15:52 UTC (permalink / raw)
  To: u-boot

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 |    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;
-- 
1.7.4.4

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2012-05-21  6:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 15:52 [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure Rajeshwari Shinde
2012-05-14 15:52 ` [U-Boot] [PATCH 2/6 V4] EXYNOS5: Add structure for PMU registers Rajeshwari Shinde
2012-05-14 15:52 ` [U-Boot] [PATCH 3/6 V4] USB: EXYNOS: Set USB 2.0 HOST Link mode Rajeshwari Shinde
2012-05-14 15:52 ` [U-Boot] [PATCH 4/6 V4] EXYNOS: Add power Enable/Disable for USB-EHCI Rajeshwari Shinde
2012-05-14 15:52 ` [U-Boot] [PATCH 5/6 V4] EXYNOS5: USB: Fix incorrect USB base addresses Rajeshwari Shinde
2012-05-14 15:52 ` [U-Boot] [PATCH 6/6 V4] CONFIG: EXYNOS5: USB: Enable USB 2.0 on smdk5250 Rajeshwari Shinde
2012-05-14 18:26 ` [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure Marek Vasut
     [not found]   ` <CANuQgHF1EbXivc4OxvNrJrZV5PwhVgv7OJ62QKCv3VPL5+yDzw@mail.gmail.com>
2012-05-16 12:02     ` Vivek Gautam
2012-05-16 13:23       ` Marek Vasut
2012-05-18  5:00         ` Rajeshwari Birje
2012-05-18 10:59           ` Marek Vasut
2012-05-20  6:35 ` Marek Vasut
2012-05-21  5:27   ` Rajeshwari Birje
2012-05-21  5:41     ` Marek Vasut
2012-05-21  6:28       ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox