From patchwork Wed Aug 30 15:21:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13370316 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 1F20AC6FA8F for ; Wed, 30 Aug 2023 15:22:19 +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=cB4C2kyOAoxbe5kE9GkxdJ7K8/0YRwfThdtgLmuQLHY=; b=KvOlkVD9wtCvaO X6TA70UaBR71E1+AFnhJiRNe0d5WScR+7RsF5D/VELta8yGxsv3LOaGLaCb3mAw8I2OPPVJSsrn61 YEEWU8EDhxpLy1fqs8kGdKXRqnU0W3UIyTdpyY9jmtpTMJF6HsHJdG3sOJBD1QJOfMot2Hz4ZRmEy saZ3lJ9o/IUGWH/aWCKBOhTuebLkt25jtgnoVZw4tWA4f4l/zFMuAVVAh48KdJY3aBLBZzmVtWoxe jby7T+nsM5DUqhtCGUGvuvtIItEblQqu4P7rLf8kr555cICmRM4cD9c1LsMeCiMh2y1o0fomAnDnH tEtFSGtZhVz/CnvswMtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qbN0u-00Dktg-2z; Wed, 30 Aug 2023 15:21:48 +0000 Received: from laurent.telenet-ops.be ([2a02:1800:110:4::f00:19]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qbN0r-00Dkt4-2C for linux-arm-kernel@lists.infradead.org; Wed, 30 Aug 2023 15:21:47 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:6c13:6b1b:7366:87c0]) by laurent.telenet-ops.be with bizsmtp id frMf2A00V3874jb01rMgCG; Wed, 30 Aug 2023 17:21:40 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qbN0Z-0023re-Uh; Wed, 30 Aug 2023 17:21:39 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qbN0l-005Lw4-PM; Wed, 30 Aug 2023 17:21:39 +0200 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-arm-kernel@lists.infradead.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] ARM: dts: renesas: blanche: Fix typo in GP_11_2 pin name Date: Wed, 30 Aug 2023 17:21:38 +0200 Message-Id: <203128eca2261ffc33b83637818dd39c488f42b0.1693408326.git.geert+renesas@glider.be> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230830_082145_862207_D9EBAE9C X-CRM114-Status: GOOD ( 10.43 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On blanche, the GPIO keyboard fails to probe with: sh-pfc e6060000.pinctrl: could not map pin config for "GP_11_02" Fix this by correcting the name for this pin to "GP_11_2". Fixes: 1f27fedead91eb60 ("ARM: dts: blanche: Configure pull-up for SOFT_SW and SW25 GPIO keys") Signed-off-by: Geert Uytterhoeven --- To be queued in renesas-devel for v6.7 (unless someone thinks this should be fast-tracked; no one reported the issue). arch/arm/boot/dts/renesas/r8a7792-blanche.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/renesas/r8a7792-blanche.dts b/arch/arm/boot/dts/renesas/r8a7792-blanche.dts index c66de9dd12dfca38..6a83923aa4612e71 100644 --- a/arch/arm/boot/dts/renesas/r8a7792-blanche.dts +++ b/arch/arm/boot/dts/renesas/r8a7792-blanche.dts @@ -239,7 +239,7 @@ du1_pins: du1 { }; keyboard_pins: keyboard { - pins = "GP_3_10", "GP_3_11", "GP_3_12", "GP_3_15", "GP_11_02"; + pins = "GP_3_10", "GP_3_11", "GP_3_12", "GP_3_15", "GP_11_2"; bias-pull-up; };