From patchwork Thu Aug 4 21:07:57 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reinhard Meyer X-Patchwork-Id: 108569 X-Patchwork-Delegate: info@emk-elektronik.de 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 81E7FB6F75 for ; Fri, 5 Aug 2011 06:58:24 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D75BF280DF; Thu, 4 Aug 2011 22:58:22 +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 5Tw-6d9cIgbq; Thu, 4 Aug 2011 22:58:22 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 941F1280E7; Thu, 4 Aug 2011 22:58:20 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 098E0280ED for ; Thu, 4 Aug 2011 22:58:17 +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 YM4smUbm8bD7 for ; Thu, 4 Aug 2011 22:58:15 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.17.9]) by theia.denx.de (Postfix) with ESMTP id 08FC1280DF for ; Thu, 4 Aug 2011 22:58:12 +0200 (CEST) Received: from ubuntu.fritz.box (p54828299.dip0.t-ipconnect.de [84.130.130.153]) by mrelayeu.kundenserver.de (node=mreu0) with ESMTP (Nemesis) id 0MIAsE-1QnQpm1Yty-004NSS; Thu, 04 Aug 2011 22:58:12 +0200 From: Reinhard Meyer To: u-boot@lists.denx.de Date: Thu, 4 Aug 2011 21:07:57 +0000 Message-Id: <1312492077-24270-1-git-send-email-u-boot@emk-elektronik.de> X-Mailer: git-send-email 1.7.4.1 X-Provags-ID: V02:K0:gGsGxhkR9O3WhuBrrKReXfqvdM4MKxJYOLfztU7hZnq ZLEVWUKOKoPTpCrkoBTX6QzRPuXWzvUHPBcgJr5f5QHWC25Dk9 Pz6ik7zPmRAC7LibEAVkGl5BR+6rV8i4V6CFP5iNghDOIbeHPM JnYgPjeegD7/TN78CikMccaueU580N5f7l4/MuVyM+MVcoM57c K+3FPnrhE/COjp0hTV4k5u6v1tgr+HxucgynR5tbsE= Subject: [U-Boot] [PATCH] AT91: fix at91sam9g45.h to include USB Host defines X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.9 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: Reinhard Meyer --- arch/arm/include/asm/arch-at91/at91sam9g45.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/arch/arm/include/asm/arch-at91/at91sam9g45.h b/arch/arm/include/asm/arch-at91/at91sam9g45.h index 4df6b09..1aeedc0 100644 --- a/arch/arm/include/asm/arch-at91/at91sam9g45.h +++ b/arch/arm/include/asm/arch-at91/at91sam9g45.h @@ -144,7 +144,9 @@ * Other misc defines */ #define ATMEL_PIO_PORTS 5 /* this SoCs has 5 PIO */ - +#define ATMEL_BASE_PIO ATMEL_BASE_PIOA +#define ATMEL_PMC_UHP AT91SAM926x_PMC_UHP +#define ATMEL_ID_UHP ATMEL_ID_UHPHS /* * Cpu Name */