From patchwork Mon May 16 12:51:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 67898 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp1520268qge; Mon, 16 May 2016 05:53:33 -0700 (PDT) X-Received: by 10.194.133.98 with SMTP id pb2mr10798283wjb.144.1463403213046; Mon, 16 May 2016 05:53:33 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id v68si19974603wmd.42.2016.05.16.05.53.32; Mon, 16 May 2016 05:53:33 -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 4E9A6A7717; Mon, 16 May 2016 14:52:24 +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 TgKT4oPUoFwW; Mon, 16 May 2016 14:52:24 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4D225A77BC; Mon, 16 May 2016 14:51:54 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 42FBBA7734 for ; Mon, 16 May 2016 14:51: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 ceolwLx3o0PO for ; Mon, 16 May 2016 14:51: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-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 637ABA7738 for ; Mon, 16 May 2016 14:51:19 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id u4GCoiB0001768; Mon, 16 May 2016 21:51:01 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com u4GCoiB0001768 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1463403062; bh=wYhEKhxHYC3qNH+JKnSpTSc8wDOteJ6y8xxoHSqaVD4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mz7aJ5plITHrcRVXP2VPFQvume0E1jvN9ttdrpgC47fStxP8wwa7sXjx3V4UbJUVI Av4JFJwX3QCNY7tdHfHfM/T5fXmfaXHXVNPRY5v+zTVy1GsLbiRF5DW2uJY8ikcmIi CBlpSgbVca4dy1TZJIYDeeNvRAMKCuW4eRCBoq1tzZ4zA1AF7qYHPnDCjhv155Y+tw XuGuu1F+opQl5JhnPFldrHKz02sNCQFrv7nZqt5Qu8ZIWGtm7oVRmh+NRSiwdit0sk qe+zj3s10vqlOw1TnXSSuyFWPEZEXPoheFRWxPOcAFeVysvQvpa/rZrOmAe9KbHWjY eWlnMaEshmIkA== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Mon, 16 May 2016 21:51:26 +0900 Message-Id: <1463403086-25362-14-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1463403086-25362-1-git-send-email-yamada.masahiro@socionext.com> References: <1463403086-25362-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut Subject: [U-Boot] [PATCH v2 13/13] ARM: uniphier: enable Generic EHCI for PH1-Pro4 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" On Driver Model USB, EHCI and xHCI can be enabled at the same time. PH1-Pro4 SoC has two EHCI cores and two xHCI cores, so enable the Generic EHCI driver. Signed-off-by: Masahiro Yamada --- Changes in v2: None 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 c9d104b..1e960b0 100644 --- a/configs/uniphier_pro4_defconfig +++ b/configs/uniphier_pro4_defconfig @@ -33,4 +33,6 @@ CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y CONFIG_USB_DWC3_UNIPHIER=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y