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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C7F4AC43334 for ; Mon, 25 Jul 2022 11:57:10 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id C5945841BC; Mon, 25 Jul 2022 13:56:40 +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="S6+B2bbL"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 75368841A4; Mon, 25 Jul 2022 13:56:34 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (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 3F4D98419F for ; Mon, 25 Jul 2022 13:56:29 +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: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id F0D156101B; Mon, 25 Jul 2022 11:56:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27955C341D4; Mon, 25 Jul 2022 11:56:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1658750187; bh=7M305mGIN7XZD4+nLSYbCgsbXMr9D8rk0pxq0cCrhyk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=S6+B2bbLkhCz32QCuuwk8iatnBpX/8UqRfWDZnYFbwsfwkrlrsu0Vb1BO4evDD6k7 DAF2Yrjgy5Bk4QYz/uJPKSYj+jdl1OZckAM69FTW75LP+DZ8rt6QE0Pv0YFTl8k3Rh FhIokNCeq3eFgyBmCLMQZxFuoY2cw/dtDOsDc5r4qJVve7rkLmdh1xwZHrOxV7wnSb ozohr1NPdpxiJoOWeMIEHpBhCqEEm0ke3JHDGbI6fPoDg7al81BJjh8LHbMgdX5jMr X8lVIhGEqiTN1hZdEAScG7906cAP36n6gJ7KoSBz+MnwsrF2C7AdWAGXSWWpA568sc w0YNQ6AJVh16w== Received: by pali.im (Postfix) id 69FD9793; Mon, 25 Jul 2022 13:56:26 +0200 (CEST) From: =?UTF-8?q?Pali=20Roh=C3=A1r?= To: Stefan Roese Cc: Marek Behun , Simon Glass , u-boot@lists.denx.de Subject: [PATCH 8/8] arm: mvebu: turris_omnia: Enable a38x pinctrl and gpio support Date: Mon, 25 Jul 2022 13:56:15 +0200 Message-Id: <20220725115615.420-9-pali@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220725115615.420-1-pali@kernel.org> References: <20220725115615.420-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.39 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.6 at phobos.denx.de X-Virus-Status: Clean Signed-off-by: Pali Rohár --- configs/turris_omnia_defconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index e2a0449b487b..9b38ba93f767 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -72,7 +72,6 @@ CONFIG_NETCONSOLE=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_AHCI_PCI=y CONFIG_AHCI_MVEBU=y -# CONFIG_MVEBU_GPIO is not set CONFIG_DM_PCA953X=y CONFIG_MMC_SDHCI=y CONFIG_MMC_SDHCI_MV=y @@ -93,6 +92,9 @@ CONFIG_PCI=y CONFIG_PCI_MVEBU=y CONFIG_DM_RTC=y CONFIG_RTC_ARMADA38X=y +CONFIG_PINCTRL=y +CONFIG_PINCTRL_FULL=y +CONFIG_PINCTRL_ARMADA_38X=y CONFIG_SCSI=y CONFIG_SPL_DEBUG_UART_BASE=0xd0012000 CONFIG_DEBUG_UART_SHIFT=2 -- 2.20.1