From patchwork Tue Feb 7 12:25:13 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 725089 X-Patchwork-Delegate: yamada.m@jp.panasonic.com 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 3vHk834SCgz9s7c for ; Tue, 7 Feb 2017 23:25:39 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="Eyhw7lnW"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3DE3A4AE71; Tue, 7 Feb 2017 13:25:38 +0100 (CET) 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 VukrUboFLfWi; Tue, 7 Feb 2017 13:25:38 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id ACF9F4AC0C; Tue, 7 Feb 2017 13:25:37 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 42DAD4AC0C for ; Tue, 7 Feb 2017 13:25:34 +0100 (CET) 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 kl_oU--877QR for ; Tue, 7 Feb 2017 13:25:34 +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 conuserg-12.nifty.com (conuserg-12.nifty.com [210.131.2.79]) by theia.denx.de (Postfix) with ESMTPS id 33ED64A01E for ; Tue, 7 Feb 2017 13:25:29 +0100 (CET) Received: from pug.jp.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-12.nifty.com with ESMTP id v17CPFdT020581; Tue, 7 Feb 2017 21:25:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-12.nifty.com v17CPFdT020581 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1486470316; bh=quD5AQU66aR4tgQiQYWww5ZS9PrA/rBRv3HCeapSN8Y=; h=From:To:Cc:Subject:Date:From; b=Eyhw7lnWlWed2FCi0nDSY0qn6Dfn1WyAApMjMKh9Qj0OHgrWd6QxfwwcXgb+kEhpL zgYQwO2kASzyA5bsZfqekqLiPtJmdbUgDqWRQWDJLl8tv7Q072wAwGot8xdv0iAGjo xhMmdpyrF7hX3JtMZLtlMMZydcS10iI5g9UvSdpkwuWg4F2yoU9RynUlw0RTtqrWW0 4ZDufybbrws9+2eRWLhX6YW0XfZd4OhA6fNmedDBX0Jon4kCyPvU3LmX6AKmjLfcIj K6MAHf1oGKFd2QsYWZyGMuA5JaKAhKq41ucWxKBv8aMtNKTmxwCyVzEjKUCizJiehh 6tMyFw9CLIkiw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Tue, 7 Feb 2017 21:25:13 +0900 Message-Id: <1486470313-8041-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Cc: Albert Aribaud Subject: [U-Boot] [PATCH] ARM: uniphier: enable generic EHCI driver for uniphier_v8_defconfig 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" The LD11 SoC is equipped with USB EHCI controllers. Signed-off-by: Masahiro Yamada --- configs/uniphier_v8_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/uniphier_v8_defconfig b/configs/uniphier_v8_defconfig index b6010cc..5dadc4c 100644 --- a/configs/uniphier_v8_defconfig +++ b/configs/uniphier_v8_defconfig @@ -30,4 +30,6 @@ CONFIG_MMC_SDHCI_CADENCE=y CONFIG_USB=y CONFIG_USB_XHCI_HCD=y CONFIG_USB_XHCI_DWC3=y +CONFIG_USB_EHCI_HCD=y +CONFIG_USB_EHCI_GENERIC=y CONFIG_USB_STORAGE=y