From patchwork Mon May 14 15:52:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajeshwari Shinde X-Patchwork-Id: 8596 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 2121D23EAB for ; Mon, 14 May 2012 15:49:10 +0000 (UTC) Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by fiordland.canonical.com (Postfix) with ESMTP id 1113DA18038 for ; Mon, 14 May 2012 15:49:10 +0000 (UTC) Received: by weyt11 with SMTP id t11so2474063wey.11 for ; Mon, 14 May 2012 08:49:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:x-auditid :from:to:cc:subject:date:message-id:x-mailer:x-brightmail-tracker :x-tm-as-mml:x-gm-message-state; bh=KKrjNWsqhwdqCqKi3IBDxGV6sslfEU/JR0RBWKcfo6o=; b=ItDA2lgmaWR2KXpXNkCUqZxbdbbiy8lnHtSzJOC3LZuoKzVOofp4J2BnL47yWEfpyB /HzH+T++YsaA8K9I9okYGJlQbjpynnO2ArwVC4xJRja62WQkS6gyQCeVLlBxUma9rjqP sYbQslv3g4q4cg36SuBcRzwGM6zD40CL8+g8BA6kE/dnRwVdJe33UUZgczuxOtODyIj1 qq3rMIJnrBI9wKWDS2pMrm9r2zUo+5HsiHaHirpGNOmYvGgJGF5Mr2EWuGFHCaP6ri1r IGt0CEUGEYf6p2WYRPoZwOzS59V0Pa0bw9Sf21pMxzj0BpGHxOfYL6FmEE41UEZe1OQp t2wQ== Received: by 10.50.195.234 with SMTP id ih10mr4599435igc.0.1337010549400; Mon, 14 May 2012 08:49:09 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.35.72 with SMTP id o8csp353066ibd; Mon, 14 May 2012 08:49:08 -0700 (PDT) Received: by 10.68.242.7 with SMTP id wm7mr11045188pbc.98.1337010548013; Mon, 14 May 2012 08:49:08 -0700 (PDT) Received: from mailout3.samsung.com (mailout3.samsung.com. [203.254.224.33]) by mx.google.com with ESMTP id ux8si17013268pbc.172.2012.05.14.08.49.07; Mon, 14 May 2012 08:49:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of rajeshwari.s@samsung.com designates 203.254.224.33 as permitted sender) client-ip=203.254.224.33; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of rajeshwari.s@samsung.com designates 203.254.224.33 as permitted sender) smtp.mail=rajeshwari.s@samsung.com Received: from epcpsbgm1.samsung.com (mailout3.samsung.com [203.254.224.33]) by mailout3.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M40006M3RXU5910@mailout3.samsung.com> for patches@linaro.org; Tue, 15 May 2012 00:49:06 +0900 (KST) X-AuditID: cbfee61a-b7bbeae000003a71-50-4fb129724558 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id C5.32.14961.27921BF4; Tue, 15 May 2012 00:49:06 +0900 (KST) Received: from rajeshwari-linux.sisodomain.com ([107.108.215.115]) by mmp1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M40002S8RXONL70@mmp1.samsung.com> for patches@linaro.org; Tue, 15 May 2012 00:49:06 +0900 (KST) From: Rajeshwari Shinde To: u-boot@lists.denx.de Cc: patches@linaro.org, marex@denx.de, l.majewski@samsung.com, sjg@chromium.org, clchiou@chromium.org, waihong@chromium.org, mk7.kang@samsung.com, k.chander@samsung.com, gautam.vivek@samsung.com Subject: [PATCH 1/6 V4] EXYNOS5: Fix system register structure Date: Mon, 14 May 2012 21:22:00 +0530 Message-id: <1337010725-24807-1-git-send-email-rajeshwari.s@samsung.com> X-Mailer: git-send-email 1.7.4.4 X-Brightmail-Tracker: AAAAAA== X-TM-AS-MML: No X-Gm-Message-State: ALoCoQlOuLdtXxTWouCOWUxxLhiifYvdncXWgQVPcShDYVzijxAG5huQUD5W/2DhSu5dtET0YW8B 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 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;