From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-19.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CC69C4338F for ; Fri, 13 Aug 2021 11:57:51 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9DEA060EB5 for ; Fri, 13 Aug 2021 11:57:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 9DEA060EB5 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2555282DE4; Fri, 13 Aug 2021 13:57:30 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="TgvZlEsQ"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 989F282D73; Fri, 13 Aug 2021 13:57:20 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 767AA82DBC for ; Fri, 13 Aug 2021 13:57:12 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=pali@kernel.org Received: by mail.kernel.org (Postfix) with ESMTPSA id F2CB96109E; Fri, 13 Aug 2021 11:57:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628855831; bh=rZFqpZn8UznMBRexbQ8rq42NjDsSngviC1oewQr/ja8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=TgvZlEsQ9PjPT0MtN0hw7mKb9539HJ7lVh9UW4yEU9AOG3mDLblq9C4F4Bux642U7 fOo7kLonX4cATBsXRvugLYOvUCfU6hygF69RLLvb7d6Dc/QzdJZL9igLqqzCdYq4C4 YHrsF1KtdH/hbyt0vLpht4cbkkO9b7UIramGTcoymR9EQYD9KocVmYSSiWE0ZXVaX1 69boXKF/LGPhODFkVwxz44osbpe8cd+rdTgzzSlUCGSN0q0TfWSK0HDQYPJjTNzfFY AoDLrrL+kmth0C1HCwWfZ2WfbQhP10CR2iZKFQJ2gBelthrQtDEIFb/Vfz2yySiKZD 2BstW8fZOwayQ== Received: by pali.im (Postfix) id 3750496E; Fri, 13 Aug 2021 13:57:09 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese , =?UTF-8?q?Marek=20Beh=C3=BAn?= Cc: u-boot@lists.denx.de Subject: [PATCH 3/3] arm: mvebu: turris_omnia: Enable NVMe support Date: Fri, 13 Aug 2021 13:56:38 +0200 Message-Id: <20210813115638.27865-3-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20210813115638.27865-1-pali@kernel.org> References: <20210813115638.27865-1-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean PCIe-based NVMe SSD disks in M.2 2230/2242/2260 form-factor can be connected to Turris Omnia mPCIe slot via passive M.2 <--> mPCIe adapter. So enable PCIe NVMe drivers. Signed-off-by: Pali Rohár --- configs/turris_omnia_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index cd443ceb300f..2acc4ada4123 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -77,6 +77,7 @@ CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_MVNETA=y CONFIG_MII=y +CONFIG_NVME=y CONFIG_PCI=y CONFIG_PCI_MVEBU=y CONFIG_DM_RTC=y -- 2.20.1