From patchwork Mon May 14 15:52:04 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajeshwari Shinde X-Patchwork-Id: 8600 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 EF74123EAB for ; Mon, 14 May 2012 15:49:16 +0000 (UTC) Received: from mail-yw0-f52.google.com (mail-yw0-f52.google.com [209.85.213.52]) by fiordland.canonical.com (Postfix) with ESMTP id B8547A18038 for ; Mon, 14 May 2012 15:49:16 +0000 (UTC) Received: by yhpp61 with SMTP id p61so5522115yhp.11 for ; Mon, 14 May 2012 08:49:16 -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=C9i82SYY55lpS8Krl5qBkgElBrVn7gPeY+hvndnujNc=; b=H3T6HwG7y1p/c3xumUx+PqI5A7nMsiGgknJ+l06zLU13gnEVrN1cznjCCd5e3i3SUJ frX8LNfSyEQh/mgROto0TmB0jBP6esdOC/nxoqIp7723i9LWRgm/uskdRRRDe6Sw+8A8 qO1Vwf7kNmJIU9Alkqh0AKJFNntQP50YSSBP+0J1vXKkgqgPrC83OIGAI1Vkjaf3GNiM J5400DHgM8o1T9tcZFKeVcRba3s+X9NxrxkLTOexsw1YrKIPkAcvenBhfQADjGg14JHu 6fJtCqshNcjJOYrvT0XkKZZ1K8V2lUNXHFs+w75REfEBoJZbfkrq9qfimVBww8S8MFaR EEgA== Received: by 10.50.40.193 with SMTP id z1mr4604474igk.0.1337010556038; Mon, 14 May 2012 08:49:16 -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 o8csp353081ibd; Mon, 14 May 2012 08:49:15 -0700 (PDT) Received: by 10.68.200.68 with SMTP id jq4mr24338529pbc.42.1337010555259; Mon, 14 May 2012 08:49:15 -0700 (PDT) Received: from mailout3.samsung.com (mailout3.samsung.com. [203.254.224.33]) by mx.google.com with ESMTP id pc10si8193714pbc.327.2012.05.14.08.49.14; Mon, 14 May 2012 08:49:15 -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:14 +0900 (KST) X-AuditID: cbfee61a-b7bbeae000003a71-69-4fb1297a142b Received: from epmmp1.local.host ( [203.254.227.16]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id 1B.32.14961.A7921BF4; Tue, 15 May 2012 00:49:14 +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:14 +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 5/6 V4] EXYNOS5: USB: Fix incorrect USB base addresses Date: Mon, 14 May 2012 21:22:04 +0530 Message-id: <1337010725-24807-5-git-send-email-rajeshwari.s@samsung.com> X-Mailer: git-send-email 1.7.4.4 In-reply-to: <1337010725-24807-1-git-send-email-rajeshwari.s@samsung.com> References: <1337010725-24807-1-git-send-email-rajeshwari.s@samsung.com> X-Brightmail-Tracker: AAAAAA== X-TM-AS-MML: No X-Gm-Message-State: ALoCoQmYlWKiX0DXmgO7MbYEFsGOkxRAS2VBObYrCTb0ZHmzf563f+J78jWPldzcIgvIkxjYOf2j 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