From patchwork Fri May 4 11:12:02 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajeshwari Shinde X-Patchwork-Id: 8391 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 BDB4E23E49 for ; Fri, 4 May 2012 11:14:54 +0000 (UTC) Received: from mail-gy0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8E67EA18581 for ; Fri, 4 May 2012 11:14:54 +0000 (UTC) Received: by ghbz12 with SMTP id z12so427363ghb.11 for ; Fri, 04 May 2012 04:14:54 -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:in-reply-to:references :x-brightmail-tracker:x-tm-as-mml:x-gm-message-state; bh=1S7Nn0SBPQ7dcWnqudBEDUCq9k4GC+pSrexBApfB2w0=; b=ljOBdMP4/apcCoS5ktyGdgVr51U+tpsVWXnQ3ids+IeBS+qXjBrh9ZouKygIFRzPSC +InGMjpyamDhGcx7lYO/MNd6soTQR80dBfGjP8yAqXJLoKB5XWtnpSdiCJLn9vpSPEKv kUVfTv09Ing3VM7YE2db3LoQOzBR2MNxEMTUzGjf6qrYlxloEXklWyLlViZrTofzER6c PfIJz2gfhw7oBw0u1UrHN6zpELzX0mohZnBkEaOrvQXgcpbUGJwD3ESmEY+dnnQOrRXi NS/+yOiDULweUZzzNFk3djaIPIOAk7/ABGhqtu5PnvPnhEJZw5yMiutgN/4uk5GhDPcM IDHQ== Received: by 10.50.41.196 with SMTP id h4mr2717132igl.33.1336130093767; Fri, 04 May 2012 04:14:53 -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.137.198 with SMTP id x6csp83007ibt; Fri, 4 May 2012 04:14:53 -0700 (PDT) Received: by 10.68.200.68 with SMTP id jq4mr17690201pbc.42.1336130092997; Fri, 04 May 2012 04:14:52 -0700 (PDT) Received: from mailout2.samsung.com (mailout2.samsung.com. [203.254.224.25]) by mx.google.com with ESMTP id p7si8554095pbk.344.2012.05.04.04.14.52; Fri, 04 May 2012 04:14:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of rajeshwari.s@samsung.com designates 203.254.224.25 as permitted sender) client-ip=203.254.224.25; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of rajeshwari.s@samsung.com designates 203.254.224.25 as permitted sender) smtp.mail=rajeshwari.s@samsung.com Received: from epcpsbgm2.samsung.com (mailout2.samsung.com [203.254.224.25]) by mailout2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0M3H00EF8WKRTMM0@mailout2.samsung.com> for patches@linaro.org; Fri, 04 May 2012 20:14:51 +0900 (KST) X-AuditID: cbfee61b-b7c60ae000000c58-75-4fa3ba2b1546 Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm2.samsung.com (MMPCPMTA) with SMTP id 09.4E.03160.B2AB3AF4; Fri, 04 May 2012 20:14:51 +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 <0M3H00BDMWCI0860@mmp1.samsung.com> for patches@linaro.org; Fri, 04 May 2012 20:14:51 +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 Subject: [PATCH 5/6 V2] EXYNOS5: USB: Fix incorrect USB base addresses Date: Fri, 04 May 2012 16:42:02 +0530 Message-id: <1336129923-2656-6-git-send-email-rajeshwari.s@samsung.com> X-Mailer: git-send-email 1.7.4.4 In-reply-to: <1336129923-2656-1-git-send-email-rajeshwari.s@samsung.com> References: <1336129923-2656-1-git-send-email-rajeshwari.s@samsung.com> X-Brightmail-Tracker: AAAAAA== X-TM-AS-MML: No X-Gm-Message-State: ALoCoQl2erbe0uF83SJTqdT6/47mx6y+Wdy4f/Bkvw2WXFFdicaqd2FaR/dwjKGXA5gIUTbjoU2P This patch corrects the base addresses for USB_PHY and USB_OTG. Signed-off-by: Vivek Gautam Signed-off-by: Rajeshwari Shinde Acked-by: Chander Kashyap Acked-by: Minkyu Kang --- arch/arm/include/asm/arch-exynos/cpu.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/include/asm/arch-exynos/cpu.h b/arch/arm/include/asm/arch-exynos/cpu.h index 85d421d..8d5d2b5 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exynos/cpu.h @@ -70,10 +70,10 @@ #define EXYNOS5_GPIO_PART1_BASE 0x11400000 #define EXYNOS5_MIPI_DSIM_BASE 0x11D00000 #define EXYNOS5_USB_HOST_EHCI_BASE 0x12110000 +#define EXYNOS5_USBPHY_BASE 0x12130000 +#define EXYNOS5_USBOTG_BASE 0x12140000 #define EXYNOS5_MMC_BASE 0x12200000 #define EXYNOS5_SROMC_BASE 0x12250000 -#define EXYNOS5_USBOTG_BASE 0x12480000 -#define EXYNOS5_USBPHY_BASE 0x12480000 #define EXYNOS5_UART_BASE 0x12C00000 #define EXYNOS5_PWMTIMER_BASE 0x12DD0000 #define EXYNOS5_GPIO_PART2_BASE 0x13400000