From patchwork Tue Jul 16 20:47:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Troy Kisky X-Patchwork-Id: 259497 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 255F62C0149 for ; Wed, 17 Jul 2013 06:49:12 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A30D24A08D; Tue, 16 Jul 2013 22:49:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id euPUkwagPY5i; Tue, 16 Jul 2013 22:49:04 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7EBB84A027; Tue, 16 Jul 2013 22:48:19 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 50DB54A025 for ; Tue, 16 Jul 2013 22:48:11 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rK7A08ChkRqO for ; Tue, 16 Jul 2013 22:47:58 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 BL_NJABL=SKIP(-1.5) (only DNSBL check requested) Received: from mail-pb0-f43.google.com (mail-pb0-f43.google.com [209.85.160.43]) by theia.denx.de (Postfix) with ESMTPS id 0F37C4A01B for ; Tue, 16 Jul 2013 22:47:56 +0200 (CEST) Received: by mail-pb0-f43.google.com with SMTP id md12so1100587pbc.16 for ; Tue, 16 Jul 2013 13:47:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=rmomX2AWTDWdoo4x51iVcP7ciRYzW5FtzlgDNMUVFzg=; b=jstJuvoM+pChtXz8g2RBDWlk1dVoyfP7TfK+Z0XgwxwYIpkICHN7pPcBDkPi5buxnc 3oIvC/x1AZcxv+aiWYwLBv2TLdHvnXAeeJ5IP914tZrdlp924MHGpHu2v2SE0CYtiTUD wEsxeVnhiGI3FWencdaDE/Quj2Lib1V05bLlpdJll/H0VRZMtbpbkoI+NDOSnwqw4AoM 6uu117Ygy5tJWxbEQxnme/QGE8d+XyhnuqJ1KVqoKVOo9FZYT8JzG3/d+FsyWW4Y/2ND QDYkW6RF5YNOmpFmeMfzatKFU19zXP9+bZmz5wOzPJed+UekemF7D6ovnPR+GWR8dtGd kotw== X-Received: by 10.66.21.37 with SMTP id s5mr4456866pae.103.1374007674594; Tue, 16 Jul 2013 13:47:54 -0700 (PDT) Received: from officeserver-2 ([70.96.116.236]) by mx.google.com with ESMTPSA id jf4sm3661718pbb.19.2013.07.16.13.47.52 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 16 Jul 2013 13:47:53 -0700 (PDT) Received: from tkisky by officeserver-2 with local (Exim 4.80) (envelope-from ) id 1UzCA2-0000jO-Cp; Tue, 16 Jul 2013 13:47:50 -0700 From: Troy Kisky To: marek.vasut@gmail.com Date: Tue, 16 Jul 2013 13:47:31 -0700 Message-Id: <1374007666-2749-4-git-send-email-troy.kisky@boundarydevices.com> X-Mailer: git-send-email 1.8.1.2 In-Reply-To: <1374007666-2749-1-git-send-email-troy.kisky@boundarydevices.com> References: <1374007666-2749-1-git-send-email-troy.kisky@boundarydevices.com> X-Gm-Message-State: ALoCoQkwVCRfavHB/2eODeyGryCMwIwEtdj/cWKGEVApwQdLw13Cx4I+SojKYSiwu08RjHnW1xRk Cc: u-boot@lists.denx.de Subject: [U-Boot] [PATCH RFC V1 03/18] mx6: define OTG_BASE_ADDR X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Signed-off-by: Troy Kisky --- arch/arm/include/asm/arch-mx6/imx-regs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/include/asm/arch-mx6/imx-regs.h b/arch/arm/include/asm/arch-mx6/imx-regs.h index 03abb2a..30a9687 100644 --- a/arch/arm/include/asm/arch-mx6/imx-regs.h +++ b/arch/arm/include/asm/arch-mx6/imx-regs.h @@ -181,9 +181,11 @@ #ifdef CONFIG_MX6SL #define USBO2H_PL301_IPS_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x0000) #define USBO2H_USB_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x4000) +#define OTG_BASE_ADDR USBO2H_USB_BASE_ADDR #else #define USBOH3_PL301_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x0000) #define USBOH3_USB_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x4000) +#define OTG_BASE_ADDR USBOH3_USB_BASE_ADDR #endif #define ENET_BASE_ADDR (AIPS2_OFF_BASE_ADDR + 0x8000)