Message ID | 20240228-mbly-gpio-v2-27-3ba757474006@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81BC0C5478C for <linux-arm-kernel@archiver.kernel.org>; Wed, 28 Feb 2024 11:33:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:In-Reply-To:References:Message-Id :MIME-Version:Subject:Date:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=AL4zkVq0Heh192DBm6Mwc7oUWSfonGX2egtlxNS7J0Q=; b=IoOfFqj+IU0f2c g+SHGPxHihMS+n14tilXkiyPCT+iAGS10a4X+V+IpAfG99WLjvwpXvfWYdo0wlVTzQgE1nRY7O6Vm weybtq1Q88uVeoHvflz8qY6BceUdngxqd1ISLap/dH3bnrI4UgDnixXKDaP3n1zEs4vRu1SZqJ/OA KmFYHfbtFTqTAhVcPE0Ck1UywNx3G3tGK7icZNYAHDP4Cl0fvUBXi82wQRwWNi7wn4sgzIA4KwWlU KGYc0zCsXWBQUrpliMzQTXgPDieHNIuhTv9joT0cCVy4FpTkBhApxAEl2TnuA6MR2TKi8hpLRLScR x1vBshvnhGWxBSCynCOQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rfIB9-000000090Lk-3Lxe; Wed, 28 Feb 2024 11:32:51 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rfI6y-00000008yZ2-3qpH for linux-arm-kernel@lists.infradead.org; Wed, 28 Feb 2024 11:28:34 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id EEBE71BF205; Wed, 28 Feb 2024 11:28:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1709119711; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gg4NpT1+tGaIwywkDyVXPjv6BH/uwC3MOgmWJRGX7RQ=; b=GuSbooRTPsdPVvaawnG9AF+wk4vds8BusKSYzoPwTbqyDtYCnDAxSn5SHw2bHit7BkbWgf W9fqZMDvioRTG6YEQsKQ66uIueRCvqE3k2KlKHdjEQJwm6+GOeF5YeIxsydPp1F/Pz/lLI DCihn5/IQ4RoNFh/X8R2iPCpp6arHv24cikuxruFaERSA3eRjSmK57RXK8qe2s21ZWKFvn qSuMKZ9XP4tf+ZLAwbzN7wtCFscmONDOUpIqTAsAbtQIpgwljqAdPIefO9Q7YpS1CBGKmf fI0cr6UNHuYMTEZFz/UAf3Ik3hB4Y3ClxnZYobokrHBOP81s+EngTUE2HFSlgA== From: =?utf-8?q?Th=C3=A9o_Lebrun?= <theo.lebrun@bootlin.com> Date: Wed, 28 Feb 2024 12:28:25 +0100 Subject: [PATCH v2 27/30] MIPS: eyeq5_defconfig: enable GPIO by default MIME-Version: 1.0 Message-Id: <20240228-mbly-gpio-v2-27-3ba757474006@bootlin.com> References: <20240228-mbly-gpio-v2-0-3ba757474006@bootlin.com> In-Reply-To: <20240228-mbly-gpio-v2-0-3ba757474006@bootlin.com> To: Linus Walleij <linus.walleij@linaro.org>, Bartosz Golaszewski <brgl@bgdev.pl>, Rob Herring <robh+dt@kernel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>, Conor Dooley <conor+dt@kernel.org>, Philipp Zabel <p.zabel@pengutronix.de>, Thomas Bogendoerfer <tsbogend@alpha.franken.de> Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, Gregory CLEMENT <gregory.clement@bootlin.com>, Vladimir Kondratiev <vladimir.kondratiev@mobileye.com>, Thomas Petazzoni <thomas.petazzoni@bootlin.com>, Tawfik Bayouk <tawfik.bayouk@mobileye.com>, =?utf-8?q?Th=C3=A9o_Lebrun?= <theo.lebrun@bootlin.com> X-Mailer: b4 0.13.0 X-GND-Sasl: theo.lebrun@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240228_032833_217145_29817776 X-CRM114-Status: UNSURE ( 8.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
Rework Nomadik GPIO to add Mobileye EyeQ5 support
|
expand
|
On Wed, Feb 28, 2024 at 12:28 PM Théo Lebrun <theo.lebrun@bootlin.com> wrote: > Add both CONFIG_GPIOLIB=y and CONFIG_GPIO_NOMADIK=y to our platform > defconfig. Default config is CONFIG_GPIOLIB=n. > > Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij
diff --git a/arch/mips/configs/eyeq5_defconfig b/arch/mips/configs/eyeq5_defconfig index c35c29a4d479..6f052d4c5e58 100644 --- a/arch/mips/configs/eyeq5_defconfig +++ b/arch/mips/configs/eyeq5_defconfig @@ -66,6 +66,8 @@ CONFIG_SERIAL_AMBA_PL011_CONSOLE=y CONFIG_HW_RANDOM=y # CONFIG_PTP_1588_CLOCK is not set CONFIG_PINCTRL=y +CONFIG_GPIOLIB=y +CONFIG_GPIO_NOMADIK=y CONFIG_MFD_SYSCON=y CONFIG_HID_A4TECH=y CONFIG_HID_BELKIN=y
Add both CONFIG_GPIOLIB=y and CONFIG_GPIO_NOMADIK=y to our platform defconfig. Default config is CONFIG_GPIOLIB=n. Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> --- arch/mips/configs/eyeq5_defconfig | 2 ++ 1 file changed, 2 insertions(+)