From patchwork Wed May 16 20:13:49 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Marek_Beh=C3=BAn?= X-Patchwork-Id: 914910 X-Patchwork-Delegate: sr@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=nic.cz Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=nic.cz header.i=@nic.cz header.b="VEbA8si2"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 40mQd66N0rz9s19 for ; Thu, 17 May 2018 06:14:18 +1000 (AEST) Received: by lists.denx.de (Postfix, from userid 105) id 8260BC21C4A; Wed, 16 May 2018 20:14:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id BB0BEC21C51; Wed, 16 May 2018 20:14:12 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 5CFFFC21C57; Wed, 16 May 2018 20:14:11 +0000 (UTC) Received: from mail.nic.cz (mail.nic.cz [217.31.204.67]) by lists.denx.de (Postfix) with ESMTPS id 0E98DC21C51 for ; Wed, 16 May 2018 20:14:11 +0000 (UTC) Received: from dellmb.labs.office.nic.cz (unknown [IPv6:2001:1488:fffe:6:cac7:3539:7f1f:463]) by mail.nic.cz (Postfix) with ESMTP id B9B0F6031F; Wed, 16 May 2018 22:14:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nic.cz; s=default; t=1526501650; bh=4/vG/GY2EfKsLBXeE/bwHGqlKYBSgXVMGDG9+xZKDiY=; h=From:To:Date; b=VEbA8si2cn+gSqDxI6CNeWSqo3rysGnswfevEBADdgYA5peS3ftTh5HQEZfrfkamp +wbQjRyS18y4m/7EltitMtjqlVYxo9VngxbtjcsBw0W8lW0dzQ9+gjr1WmXamszO28 QGjVQj7ms+UXbGjosTKUHxTjJ/cX9J+UEgzXsqfE= From: =?utf-8?q?Marek_Beh=C3=BAn?= To: u-boot@lists.denx.de Date: Wed, 16 May 2018 22:13:49 +0200 Message-Id: <20180516201349.25693-1-marek.behun@nic.cz> X-Mailer: git-send-email 2.16.1 X-Virus-Scanned: clamav-milter 0.99.2 at mail X-Virus-Status: Clean Cc: Stefan Roese Subject: [U-Boot] [PATCH] board: turris_mox: Add fixed regulator support to defconfig X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 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" Without this USB3 won't work in U-Boot. Signed-off-by: Marek Behun Reviewed-by: Stefan Roese --- configs/turris_mox_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index 9538903bd3..45c1399687 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -63,6 +63,8 @@ CONFIG_DEBUG_UART_SHIFT=2 CONFIG_DEBUG_UART_ANNOUNCE=y CONFIG_MVEBU_A3700_UART=y CONFIG_MVEBU_A3700_SPI=y +CONFIG_DM_REGULATOR=y +CONFIG_DM_REGULATOR_FIXED=y CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y