From patchwork Wed May 10 14:19:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_Hundeb=C3=B8ll?= X-Patchwork-Id: 13236967 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 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 158B7C77B7D for ; Wed, 10 May 2023 14:29:45 +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:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=HmIIX+J2st1adEag+JCuatQx8zHlnmB8DMdnksePWI8=; b=AGacFE8A2RJrdc oYHDlcUeoYUT8f/Y0SMFfgLGcu1D+jHnDK0PROqczAr11z2JKSrS2NdOS4XQvHXiVjksBiiCLMZYx AY6Mm7Orqcz1Jd50VNXiNHE4qFJFopNKoUW46cK0tmQO60iMbv1kFGKmbGtgySW8ELkcbvh0SRvIJ 6PziEgIaIey5ewov4hdyiBYfdXYeeG+UrXVGlp4CKOLEDZevUKDa/GNQbP/c1cRH6O5RDw2j0BeVK rCcJh/4SrwAs6dk0GaaSvaiSJ7H/+xaMExDR8hEDM6sIzwdBlJdWKd2zDjq6HU9URMUwRUBttIpSB pPVsNuzBDzFRoOcjUqdg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pwkox-006MZM-0s; Wed, 10 May 2023 14:29:35 +0000 Received: from first.geanix.com ([116.203.34.67]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pwkov-006MYo-05 for linux-amlogic@lists.infradead.org; Wed, 10 May 2023 14:29:34 +0000 Received: from xps.skovby (85.184.138.13.dynamic.dhcp.aura-net.dk [85.184.138.13]) by first.geanix.com (Postfix) with ESMTPSA id D82284E4F18; Wed, 10 May 2023 14:19:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1683728394; bh=8mxoiILecU3Ef/apqxJ0ZHRd86eTwd5eBTBahvkg6RQ=; h=From:To:Cc:Subject:Date; b=gRIOlDsZxI36YuKyvMkpJOsJVc+zjmvj1f1p23b/uLDwB+bb3CFA0j7DmGulJ0Kao wm0/j1oefegyfbA5ybt9XBlIPP0Aw0XUFvv6kqBptTxSamPsXMvzAvuaQ2dCHE8kUj 5+5J8Pz7TmrLaDv6atYQDDwueLFirJ5yAUyCb65zWm+H3uTaDXaRjCXom5UL086l/O VoaVcZYW8VjuwC4aRqT466PHgUoNhJRvEG5dIQbRZ4wqAXN5Z6xKWG7Tn4rEKbBqF8 I0o68PLUkhcJ9XIhZpGIxAsaUwnS3ifJe1pIAUbt7GERVJ1WxnWClY0g3Mbqt+QF8i HanoIxoKtvcrg== From: =?utf-8?q?Martin_Hundeb=C3=B8ll?= To: linux-amlogic@lists.infradead.org Cc: stable@vger.kernel.org, Xingyu Chen , Yixun Lan , Martin Blumenstingl , Neil Armstrong , Kevin Hilman , Jerome Brunet , =?utf-8?q?Martin_Hundeb=C3=B8ll?= Subject: [PATCH] pinctrl: meson-axg: add missing GPIOA_18 gpio group Date: Wed, 10 May 2023 16:19:34 +0200 Message-Id: <20230510141934.112994-1-martin@geanix.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230510_072933_216470_5BA6473C X-CRM114-Status: UNSURE ( 7.09 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Without this, the gpio cannot be explicitly mux'ed to its gpio function. Fixes: 83c566806a68a ("pinctrl: meson-axg: Add new pinctrl driver for Meson AXG SoC") Signed-off-by: Martin Hundebøll --- drivers/pinctrl/meson/pinctrl-meson-axg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pinctrl/meson/pinctrl-meson-axg.c b/drivers/pinctrl/meson/pinctrl-meson-axg.c index 7bfecdfba177..d249a035c2b9 100644 --- a/drivers/pinctrl/meson/pinctrl-meson-axg.c +++ b/drivers/pinctrl/meson/pinctrl-meson-axg.c @@ -400,6 +400,7 @@ static struct meson_pmx_group meson_axg_periphs_groups[] = { GPIO_GROUP(GPIOA_15), GPIO_GROUP(GPIOA_16), GPIO_GROUP(GPIOA_17), + GPIO_GROUP(GPIOA_18), GPIO_GROUP(GPIOA_19), GPIO_GROUP(GPIOA_20),