From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3C6A0310647; Mon, 13 Oct 2025 15:07:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760368056; cv=none; b=G45kmLdfJFg5UiM/KMsPBQtpb6yDUYWewCThAsg0tVEJiOG3Tnm9vD8Yu1wOp/DYl7Uhc4Xh5C1Ayn1r3kgXXtaW83+ex4ki5uHjsj9OML+sLQ23BtCfvYE8p+kjhDVrL+bCqlgYLYzx+WGcImWSK5zzpx9RUvgPpeGr9eL1Gjg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1760368056; c=relaxed/simple; bh=HH3oeZDSyADqvX0iubnVbyGIL0X3C8zuwT8++nVKBCs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=MR8iXKHoLFuNNW3FMq4+V/9Qlbta7GOSd10uHVrVvkOos2UAViajPVGiIyRPZ62jw0jCoIJ8UhVTfF2DPJSSKLRHbue94zJ9ivplex6d2XVzU7UqQ2FCMjVv6wjv6BVDMqqH6m/FoezVX0KBxD8NjW4MLqMZ0etjrJS26NQzBcY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=R0iC3lnB; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="R0iC3lnB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B2D6BC4CEE7; Mon, 13 Oct 2025 15:07:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1760368056; bh=HH3oeZDSyADqvX0iubnVbyGIL0X3C8zuwT8++nVKBCs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=R0iC3lnB8eyt3zYLPvsSdncoVCi150Ces/vpJKyl1UJ2AB05rhSGJC9bMPLRjlOap FZ5J3+7Mb4eSH2e0881Of+abqxocDoFJSP/LBxgyTP5wxYZjurZ3qbU908kBQl554i veFE3YCJbpCoHRJcxCgwi1sEe6pn7L4zfgemlnUw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Annette Kobou , Frieder Schrempf , Shawn Guo , Sasha Levin Subject: [PATCH 6.12 028/262] arm64: dts: imx93-kontron: Fix GPIO for panel regulator Date: Mon, 13 Oct 2025 16:42:50 +0200 Message-ID: <20251013144327.146401032@linuxfoundation.org> X-Mailer: git-send-email 2.51.0 In-Reply-To: <20251013144326.116493600@linuxfoundation.org> References: <20251013144326.116493600@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Annette Kobou [ Upstream commit f3e011388dd08d15e0414e3b6b974f946305e7af ] The regulator uses the wrong GPIO. Fix this. Signed-off-by: Annette Kobou Signed-off-by: Frieder Schrempf Fixes: 2b52fd6035b7 ("arm64: dts: Add support for Kontron i.MX93 OSM-S SoM and BL carrier board") Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- .../boot/dts/freescale/imx93-kontron-bl-osm-s.dts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts b/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts index 89e97c604bd3e..9a9e5d0daf3ba 100644 --- a/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts +++ b/arch/arm64/boot/dts/freescale/imx93-kontron-bl-osm-s.dts @@ -33,7 +33,9 @@ pwm-beeper { reg_vcc_panel: regulator-vcc-panel { compatible = "regulator-fixed"; - gpio = <&gpio4 3 GPIO_ACTIVE_HIGH>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_reg_vcc_panel>; + gpio = <&gpio2 21 GPIO_ACTIVE_HIGH>; enable-active-high; regulator-max-microvolt = <3300000>; regulator-min-microvolt = <3300000>; @@ -161,3 +163,11 @@ &usdhc2 { vmmc-supply = <®_vdd_3v3>; status = "okay"; }; + +&iomuxc { + pinctrl_reg_vcc_panel: regvccpanelgrp { + fsl,pins = < + MX93_PAD_GPIO_IO21__GPIO2_IO21 0x31e /* PWM_2 */ + >; + }; +}; -- 2.51.0