From patchwork Mon Jun 15 17:12:12 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 30380 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n5FHCI94005135 for ; Mon, 15 Jun 2009 17:12:19 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758617AbZFORMN (ORCPT ); Mon, 15 Jun 2009 13:12:13 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762776AbZFORMN (ORCPT ); Mon, 15 Jun 2009 13:12:13 -0400 Received: from mail-px0-f189.google.com ([209.85.216.189]:44145 "EHLO mail-px0-f189.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758617AbZFORMN (ORCPT ); Mon, 15 Jun 2009 13:12:13 -0400 Received: by pxi27 with SMTP id 27so351355pxi.33 for ; Mon, 15 Jun 2009 10:12:15 -0700 (PDT) Received: by 10.142.51.4 with SMTP id y4mr3230463wfy.131.1245085935243; Mon, 15 Jun 2009 10:12:15 -0700 (PDT) Received: from localhost ([216.254.16.51]) by mx.google.com with ESMTPS id 24sm981942wff.11.2009.06.15.10.12.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Jun 2009 10:12:14 -0700 (PDT) From: Kevin Hilman To: linux-omap@vger.kernel.org Subject: [PATCH] OMAP3: drop SmartReflex base addresses mistakenly added by EHCI patch Date: Mon, 15 Jun 2009 10:12:12 -0700 Message-Id: <1245085932-9996-1-git-send-email-khilman@deeprootsystems.com> X-Mailer: git-send-email 1.6.2.2 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org From: Kevin Hilman Drop them for now. They will be re-added with the SmartReflex patches coming from the PM branch, and will use the L4_34XX_BASE + approach. Signed-off-by: Kevin Hilman --- arch/arm/plat-omap/include/mach/omap34xx.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/arm/plat-omap/include/mach/omap34xx.h b/arch/arm/plat-omap/include/mach/omap34xx.h index 4655707..6a58f3d 100644 --- a/arch/arm/plat-omap/include/mach/omap34xx.h +++ b/arch/arm/plat-omap/include/mach/omap34xx.h @@ -78,8 +78,6 @@ #define OMAP34XX_UHH_CONFIG_BASE (L4_34XX_BASE + 0x64000) #define OMAP34XX_OHCI_BASE (L4_34XX_BASE + 0x64400) #define OMAP34XX_EHCI_BASE (L4_34XX_BASE + 0x64800) -#define OMAP34XX_SR1_BASE 0x480C9000 -#define OMAP34XX_SR2_BASE 0x480CB000 #define OMAP34XX_MAILBOX_BASE (L4_34XX_BASE + 0x94000)