From patchwork Wed May 11 10:28:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 67500 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp144974qge; Wed, 11 May 2016 03:28:03 -0700 (PDT) X-Received: by 10.28.168.133 with SMTP id r127mr3485198wme.9.1462962483730; Wed, 11 May 2016 03:28:03 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id q18si8954089wmg.104.2016.05.11.03.28.03; Wed, 11 May 2016 03:28:03 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A62924BEA2; Wed, 11 May 2016 12:28:01 +0200 (CEST) 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 GpIbTJ2FMPtI; Wed, 11 May 2016 12:28:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2A19B4BD3D; Wed, 11 May 2016 12:28:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id D84E8A74A8 for ; Wed, 11 May 2016 12:27:56 +0200 (CEST) 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 VhW6-AfjrSgv for ; Wed, 11 May 2016 12:27:56 +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 conuserg-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 26F734BE95 for ; Wed, 11 May 2016 12:27:52 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-11.nifty.com with ESMTP id u4BARTS2013924; Wed, 11 May 2016 19:27:33 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com u4BARTS2013924 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1462962453; bh=+Fbg98L4LGiaXx6nwESloFsnw5FhAriGrvnH+U4Kx0I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=B47o9qmRmz7dbCRdxKTKOuH1tnwJvgdD+oQ9VYAkMRjGNvA+FTrkS5TNkX+/JYVd4 WTjyaevl/LbMBploLH8DGZK5haVsimbv49FVwavaBkrhrfl+V7J38nUrzRje5r7saW Plm+WYHVd43bC8b2PbMpzmO7Yt59+CdqeX7s/8xd1jJKMsT4vQ+LcKU66WnUJjIsOh 6Yqojsq5CRgzcF5ZNcEJH8SrTO+j88L9/dL5diqqHUz2LDkAWhOQqfgB6FAp0DDlBv UCqlGslMOjLKezuA+L3SXvR8qokYgdd6fW+6hcPvBWwSihic2mwAO7xPU2VQtryQSu sMDmbLY6V7qHg== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 11 May 2016 19:28:29 +0900 Message-Id: <1462962515-13181-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1462962515-13181-1-git-send-email-yamada.masahiro@socionext.com> References: <1462962515-13181-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut Subject: [U-Boot] [PATCH 04/10] ARM: uniphier: switch over to USB DM X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Masahiro Yamada --- arch/arm/Kconfig | 1 + include/configs/uniphier.h | 4 ++++ 2 files changed, 5 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6b65d8e..59410cb 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -723,6 +723,7 @@ config ARCH_UNIPHIER select DM_SERIAL select DM_I2C select DM_MMC + select DM_USB help Support for UniPhier SoC family developed by Socionext Inc. (formerly, System LSI Business Division of Panasonic Corporation) diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 18cb963..868f001 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -136,6 +136,10 @@ #define CONFIG_FAT_WRITE #define CONFIG_DOS_PARTITION +#ifdef CONFIG_USB_DWC3_UNIPHIER +#define CONFIG_USB_XHCI_DWC3 +#endif + /* SD/MMC */ #define CONFIG_SUPPORT_EMMC_BOOT #define CONFIG_GENERIC_MMC