From patchwork Tue Sep 13 16:06:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 76081 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1435112qgf; Tue, 13 Sep 2016 09:07:38 -0700 (PDT) X-Received: by 10.194.184.78 with SMTP id es14mr20147732wjc.85.1473782858388; Tue, 13 Sep 2016 09:07:38 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id i10si21588309wjm.3.2016.09.13.09.07.38; Tue, 13 Sep 2016 09:07:38 -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 976DCA7614; Tue, 13 Sep 2016 18:07:16 +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 LSrYMdCXNisb; Tue, 13 Sep 2016 18:07:16 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1DBE9A757B; Tue, 13 Sep 2016 18:06:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DC0124BA81 for ; Tue, 13 Sep 2016 18:06:35 +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 y3lzM4BG9BMd for ; Tue, 13 Sep 2016 18:06:35 +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-08.nifty.com (conuserg-08.nifty.com [210.131.2.75]) by theia.denx.de (Postfix) with ESMTPS id 183914B98B for ; Tue, 13 Sep 2016 18:06:34 +0200 (CEST) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-08.nifty.com with ESMTP id u8DG6H9G022555; Wed, 14 Sep 2016 01:06:22 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-08.nifty.com u8DG6H9G022555 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1473782783; bh=0P9rMyJeeH/FkwBLNKEpGqv4xy0euX7P3KPLUzM3DLA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Pznp8Fq5pYrCSXpdCwixQV7/0X5hXzUA5EGbx4vqFf1GpfKfM3h5Ias+PoqExzLNY 0FKiwTvI7tngGhRTevDZS2FH5PDGeDbSp6F9qWUkIW4vNIsNq4psflcuNp508kvFeV H0c1Jq7MbQPdVjrlUjm7ZaiVZWzOzTH1kZePhu8EmJVbEeLEactQ2XQFsvGW5sx4Cf pvr+sw+FC77kbHFm2yo/U2nnt+ppIe6SxN6AGAfguJ/aMD2W+MzvCyipSFD66L6rI/ ZYmSG/0RKAgN535132ysHZCWS9ScJsu2c5q5E0CBbn51LkUeTxBXj/aSk5I2k3P3SC SK8pTdw0TVXGg== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Wed, 14 Sep 2016 01:06:02 +0900 Message-Id: <1473782770-20130-5-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473782770-20130-1-git-send-email-yamada.masahiro@socionext.com> References: <1473782770-20130-1-git-send-email-yamada.masahiro@socionext.com> Subject: [U-Boot] [PATCH 04/12] ARM: uniphier: enable Generic EHCI driver for Pro4 SoC 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" This SoC is equipped with two EHCI cores and two xHCI cores. Enable the generic EHCI driver for the former. Signed-off-by: Masahiro Yamada --- configs/uniphier_pro4_defconfig | 2 ++ 1 file changed, 2 insertions(+) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/configs/uniphier_pro4_defconfig b/configs/uniphier_pro4_defconfig index a7dcc56..ddc582d 100644 --- a/configs/uniphier_pro4_defconfig +++ b/configs/uniphier_pro4_defconfig @@ -32,4 +32,6 @@ CONFIG_PINCTRL=y CONFIG_SPL_PINCTRL=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y