From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 E142E3EAC83; Wed, 20 May 2026 16:58:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779296332; cv=none; b=tYDa3/yE/2EpBpah3TiivGvKNDJxkmBourDbP4jzLwc3LOAfWmPO9kNRZeuuV4SBLPYbF9lxT3tSoxRyyx17YcsuUkQlo0lSGnqrsaxpQDbHbGpD3DIWEcj8dXADCU6g8CbYyW2bY3JxxjaegL/676moktiSBdPq8QS4hqmEgxQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779296332; c=relaxed/simple; bh=Hvfc3JJ0nz6A0CHlEtAmClbA/RyhuK+YOPZ69HTCpFQ=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=RxTA3LZWMJLI4RVpY7dassM70+xChykX4SmKb0kNyvVzSfX2tUzJU8iqVxioFlyw94cIYZqBnSUZlWI+ynpGtgaDWlyQH9eyFHUN8R76C9j04aW8kjrqPSQLY10kL9CHMIgzFIoojo9BH/wCEM+2pVN+NTksCYp/LxVzjhooNi4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=RQJgs0VB; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="RQJgs0VB" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4E9641F000E9; Wed, 20 May 2026 16:58:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779296331; bh=/Y2U0MPTIeEwzIxJiL8KaS83x9y2kCA0cY1BlPcoCXY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=RQJgs0VBXjeR9FFsXieGSEula1vbSMKk0NFkXxDC3bg+yjMvkoa5VPBdt8swFrgDS 8IZ5RAZ2FxhCXYCCxdzjnZctnzIHt99ZnO4DHAtofSe5OeHrZKYuniZ7CaZGD9jVuF tBGYX2kVpBaTTooT6qaA/VpDtzLEfkHA77YQEZCQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Peng Fan , Frank Li , Sasha Levin Subject: [PATCH 7.0 0759/1146] arm64: dts: imx8mp-dhcom-som: Correct PAD settings for PMIC_nINT Date: Wed, 20 May 2026 18:16:49 +0200 Message-ID: <20260520162205.387846766@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162148.390695140@linuxfoundation.org> References: <20260520162148.390695140@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 7.0-stable review patch. If anyone has any objections, please let me know. ------------------ From: Peng Fan [ Upstream commit f9ed5afc988da3e22543725e35be6addbb0497bc ] PMIC_nINT is low level triggered, but the current PAD settings is PE=0,PUE=0,FSEL_1_FAST_SLEW_RATE=1,SION=1. So PAD needs to be configured as PULL UP with PULL Enable, no need SION. Correct it. Fixes: 8d6712695bc8e ("arm64: dts: imx8mp: Add support for DH electronics i.MX8M Plus DHCOM and PDK2") Signed-off-by: Peng Fan Signed-off-by: Frank Li Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi index f8303b7e2bd22..0a6a60670f762 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-dhcom-som.dtsi @@ -989,7 +989,7 @@ MX8MP_IOMUXC_SAI5_RXC__GPIO3_IO20 0x22 pinctrl_pmic: dhcom-pmic-grp { fsl,pins = < /* PMIC_nINT */ - MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x40000090 + MX8MP_IOMUXC_GPIO1_IO03__GPIO1_IO03 0x1c0 >; }; -- 2.53.0