From patchwork Mon Jan 28 20:01:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Otavio Salvador X-Patchwork-Id: 216355 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 9C4982C0099 for ; Tue, 29 Jan 2013 06:57:51 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id E4AE44A166; Mon, 28 Jan 2013 20:57:49 +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 78msRPHG5VHI; Mon, 28 Jan 2013 20:57:48 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2D1354A131; Mon, 28 Jan 2013 20:57:46 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A4D5C4A132 for ; Mon, 28 Jan 2013 20:57:34 +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 wnGosgXqsczK for ; Mon, 28 Jan 2013 20:57:32 +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-gh0-f169.google.com (mail-gh0-f169.google.com [209.85.160.169]) by theia.denx.de (Postfix) with ESMTPS id 164F24A12E for ; Mon, 28 Jan 2013 20:57:30 +0100 (CET) Received: by mail-gh0-f169.google.com with SMTP id r18so477085ghr.28 for ; Mon, 28 Jan 2013 11:57:29 -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=F/R5xz78/g90Iz5YfSWjHI8t30WMerQAy/Sn723HnnA=; b=jodHWPCKW2+Ga1J0ZwqEJvE+jnd1AnxdptCSJP4qVH+KMBsYwIFZ6y4m84ooisYxjh lWzIVtr1Nl2Mxiuy3mAzY2GVzaexe+6VlgZLlI6cvL4SJ9O9gcLbOVBvh3CG+149EChb yQk+L3vUxMU8tjW07jZDhxMGbLSB68/KOj9geQfwNjy/hHLN4mSdSetO8DLFOTHzth4R f/aKnmzycPH8n+wjP7q8JOadjThxuH7vZM3H3nQ1f2GcJ7i3yVHvmUZj9AWxz1s4JKBB YWSN3aPc2WTdPjiy+sNAzC2RxNNyO8cQ2YJJ0ub0iooedmbCGS4Josd6s6uo3SqhU2gf Mb4w== X-Received: by 10.236.174.101 with SMTP id w65mr16364230yhl.44.1359403048949; Mon, 28 Jan 2013 11:57:28 -0800 (PST) Received: from nano.lab.ossystems.com.br ([177.35.66.48]) by mx.google.com with ESMTPS id h4sm11086789yhi.18.2013.01.28.11.57.26 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 11:57:28 -0800 (PST) From: Otavio Salvador To: u-boot@lists.denx.de Date: Mon, 28 Jan 2013 18:01:44 -0200 Message-Id: <1359403306-18389-2-git-send-email-otavio@ossystems.com.br> X-Mailer: git-send-email 1.8.1 In-Reply-To: <1359403306-18389-1-git-send-email-otavio@ossystems.com.br> References: <1359403306-18389-1-git-send-email-otavio@ossystems.com.br> Cc: Fabio Estevam , Otavio Salvador Subject: [U-Boot] [PATCH v2 2/4] mx23evk: 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 --- Changes in v2: None include/configs/mx23evk.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/configs/mx23evk.h b/include/configs/mx23evk.h index d206c95..99dfb8f 100644 --- a/include/configs/mx23evk.h +++ b/include/configs/mx23evk.h @@ -58,6 +58,7 @@ #define CONFIG_CMD_FAT #define CONFIG_CMD_GPIO #define CONFIG_CMD_MMC +#define CONFIG_CMD_USB #define CONFIG_CMD_BOOTZ /* Memory configurations */ @@ -122,6 +123,15 @@ #define CONFIG_MXS_MMC #endif +/* 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 */ #define CONFIG_CMDLINE_TAG #define CONFIG_SETUP_MEMORY_TAGS