From patchwork Mon Jan 28 19:13:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 216332 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 1E6002C0089 for ; Tue, 29 Jan 2013 06:10:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E26714A11E; Mon, 28 Jan 2013 20:10:32 +0100 (CET) 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 peJIUQzhNkcS; Mon, 28 Jan 2013 20:10:32 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2AB854A120; Mon, 28 Jan 2013 20:10:26 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 17AFC4A0FC for ; Mon, 28 Jan 2013 20:10:12 +0100 (CET) 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 vDnAyyKwEqUA for ; Mon, 28 Jan 2013 20:10:06 +0100 (CET) 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 mail-gg0-f178.google.com (mail-gg0-f178.google.com [209.85.161.178]) by theia.denx.de (Postfix) with ESMTPS id 06D7F4A111 for ; Mon, 28 Jan 2013 20:09:55 +0100 (CET) Received: by mail-gg0-f178.google.com with SMTP id 21so455440ggh.37 for ; Mon, 28 Jan 2013 11:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=gvsJhYcvopa54AWcoSJLEiBGDSpffMJYHtTOccXQDkI=; b=gQKcK6KEXuulu6bDT++Ab7Vyvg2m0FZTrXslv+eqYI2ign1r/JJZ6KXZq0Poz36VnI BjQjZI82un7PPrdZkAJvHtU0BPdnxoU3Y2gRYS4WRB4IzEf9HlQ4lbVNczSHOnNa9jDH z0Vaol48Fq0iiwH6/0ukASVBHYjMTE+S1j5IxGaAeaImS0z17j5vuCxkvXP3R9zFJp4z UJ/8yR3Yg7DBvVtajXYRn+mQlarIiZJRX6FVl44TA3jUVb0jaYbMJXTYVWr1/XG9V4mL PVtl8jQRdIKY2g3H/8DcsTIB/WvH1PdsPzx3mMUYwQaCnaS4COoKNblhrsn2WVuBFIaj Pj7g== X-Received: by 10.236.190.98 with SMTP id d62mr9310551yhn.8.1359400192207; Mon, 28 Jan 2013 11:09:52 -0800 (PST) Received: from nano.lab.ossystems.com.br ([177.35.66.48]) by mx.google.com with ESMTPS id k63sm10947954yhj.20.2013.01.28.11.09.49 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 11:09:51 -0800 (PST) From: Otavio Salvador To: u-boot@lists.denx.de Date: Mon, 28 Jan 2013 17:13:59 -0200 Message-Id: <1359400440-12916-3-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1359400440-12916-1-git-send-email-otavio@ossystems.com.br> References: <1359400440-12916-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Marek Vasut , Otavio Salvador Subject: [U-Boot] [PATCH 3/4] mx23_olinuxino: Enable USB support 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: Otavio Salvador --- include/configs/mx23_olinuxino.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/configs/mx23_olinuxino.h b/include/configs/mx23_olinuxino.h index d019944..e081c49 100644 --- a/include/configs/mx23_olinuxino.h +++ b/include/configs/mx23_olinuxino.h @@ -60,6 +60,7 @@ #define CONFIG_CMD_GPIO #define CONFIG_CMD_LED #define CONFIG_CMD_MMC +#define CONFIG_CMD_USB /* * Memory configurations @@ -140,6 +141,15 @@ */ #define CONFIG_APBH_DMA +/* USB */ +#ifdef CONFIG_CMD_USB +#define CONFIG_USB_EHCI +#define CONFIG_USB_EHCI_MXS +#define CONFIG_EHCI_MXS_PORT 0 +#define CONFIG_EHCI_IS_TDI +#define CONFIG_USB_STORAGE +#endif + /* * Boot Linux */