From patchwork Wed May 2 13:52:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rajeshwari Shinde X-Patchwork-Id: 8355 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 6028E23E42 for ; Wed, 2 May 2012 13:53:36 +0000 (UTC) Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by fiordland.canonical.com (Postfix) with ESMTP id 590A2A18440 for ; Wed, 2 May 2012 13:53:36 +0000 (UTC) Received: by wibhm17 with SMTP id hm17so4325404wib.17 for ; Wed, 02 May 2012 06:53:36 -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=3K3DH01kbqQ305mGjiynC4x2XSVG6atmghd1QQ3yFYY=; b=EqTzdG3h/d/fXEJoactMdiAYM8Lp64L5eLszDmnhQNN8QkkTNHDXL4T+jZ6PAEmgLl QeVTHgwVz4qgZveqrhRWsQ47TsXDV8qPynmwIBCah89SAb+2XK0mNv4Rs2jL7QX0Afjh 7Rk8/cb0aaFXw4e2WiNF+il4WOIcnfHYnLvObbVg8q/M/I4IjPw8nPZaGOJGU1m5Dzfi cG6bUleRyhKAHRcukUMrRj2IZ9HbjxXjRUhdZajD6wItuX1I8xhn6/ytSSofqQyfxCeq yQwpBUCnUNcYh3NrSUj3OKQMTpmFKGKkQ0d0OVFuxH8/v9bzoLOcnSflqSU8lFZqE1SH qb5w== Received: by 10.50.47.131 with SMTP id d3mr5129613ign.33.1335966815720; Wed, 02 May 2012 06:53:35 -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 x6csp253136ibt; Wed, 2 May 2012 06:53:35 -0700 (PDT) Received: by 10.68.222.134 with SMTP id qm6mr68104571pbc.14.1335966815096; Wed, 02 May 2012 06:53:35 -0700 (PDT) Received: from mailout3.samsung.com (mailout3.samsung.com. [203.254.224.33]) by mx.google.com with ESMTP id od9si105131pbb.1.2012.05.02.06.53.34; Wed, 02 May 2012 06:53:35 -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 <0M3E006T2EL8BE10@mailout3.samsung.com> for patches@linaro.org; Wed, 02 May 2012 22:53:34 +0900 (KST) X-AuditID: cbfee61a-b7bfeae0000070f7-7f-4fa13c5d4f74 Received: from epmmp2 ( [203.254.227.17]) by epcpsbgm1.samsung.com (MMPCPMTA) with SMTP id 35.03.28919.D5C31AF4; Wed, 02 May 2012 22:53:34 +0900 (KST) Received: from rajeshwari-linux.sisodomain.com ([107.108.215.115]) by mmp2.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTPA id <0M3E007JQEG9E710@mmp2.samsung.com> for patches@linaro.org; Wed, 02 May 2012 22:53:33 +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, k.chander@samsung.com Subject: [PATCH 4/5] exynos5: usb: Fix incorrect USB base addresses Date: Wed, 02 May 2012 19:22:41 +0530 Message-id: <1335966762-9769-5-git-send-email-rajeshwari.s@samsung.com> X-Mailer: git-send-email 1.7.4.4 In-reply-to: <1335966762-9769-1-git-send-email-rajeshwari.s@samsung.com> References: <1335966762-9769-1-git-send-email-rajeshwari.s@samsung.com> X-Brightmail-Tracker: AAAAAA== X-TM-AS-MML: No X-Gm-Message-State: ALoCoQlbMIF4XXp8SVNC+07TIKXYW6S5n1tG76fonX+6CTu5SBDwwacE335aupVJcWNAiHXuUyx7 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 --- 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 ac4ddc7..891970d 100644 --- a/arch/arm/include/asm/arch-exynos/cpu.h +++ b/arch/arm/include/asm/arch-exynos/cpu.h @@ -68,10 +68,10 @@ #define EXYNOS5_DMC_CTRL_BASE 0x10DD0000 #define EXYNOS5_GPIO_PART1_BASE 0x11400000 #define EXYNOS5_MIPI_DSIM_BASE 0x11D00000 +#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