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 4079E28DC4; Wed, 20 May 2026 17:42:47 +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=1779298968; cv=none; b=LzcVRkHMIQRwRD8gCHkZhrIKaAXAoFBN9BiqXy/0tUsviEaiGK+xEkWZDAK2q+bh/cUa4fm+T+Kxx7w0M0sihn7NpJLajnoaMpS6NapLk5hzti2NsOf9Flk9fAnfIFaLtgU4xSwaS8Pk7YUBpAvoSjIloZegSzNcQur3N5ehPWs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779298968; c=relaxed/simple; bh=d+vwgXbZmh+114vMYWlQmvyLC03dcf64f7VgS70tolk=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=INfT6OQqgIi58pchQoYmiymcsTNhDUMgyjiFuVa4ST1FdKrnJkP3KWt2DnOLGwNFnr84cOrhwgrqXCNPXvBKtg7+7LRADtCuwQoOz5s5fuWrTtKMlAOq9/4eplVVh/I21d2jlDyLh39ehYFD2jaenWb0vT4TeX7Z+H87wt6lR4g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=dK/yLCJS; 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="dK/yLCJS" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A43BE1F000E9; Wed, 20 May 2026 17:42:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779298967; bh=YSVTlxORN6OEkJuEKWyweSSzMZQPwk2h2G13geoGi8c=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=dK/yLCJSIMyO45ymjF2wR6KJ9CyBcRrhs+nSVpjl6c7rc5DGd3BduS+jnhXf5witA WGVk0ZfnpgccYdDUFoSLnzij9o8JzRRW2p8NTx/gxf3w7pmJVt8qvt7KDVLNYgP5Rh NczhJ6eJ0WNwZZ5IdXxIAhBKfxDiJcSDe6B7DjPE= 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 6.18 611/957] arm64: dts: imx8mn-tqma8mqnl: Correct PAD settings for PMIC_nINT Date: Wed, 20 May 2026 18:18:14 +0200 Message-ID: <20260520162147.785055238@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162134.554764788@linuxfoundation.org> References: <20260520162134.554764788@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Peng Fan [ Upstream commit 0fb37990774113afd943eaa91323679388584b6d ] With commit 5d0efaf47ee90 ("regulator: pca9450: Correct interrupt type"), there might be interrupt storm for this board. Need to set PAD PUE and PU together to make pull up work properly. Fixes: 3e56e354db6d3 ("arm64: dts: freescale: add initial device tree for TQMa8MQNL with i.MX8MN") Signed-off-by: Peng Fan Signed-off-by: Frank Li Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi index e2ccebf6ee13f..5e2c6d6e94550 100644 --- a/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mn-tqma8mqnl.dtsi @@ -298,7 +298,7 @@ pinctrl_i2c1_gpio: i2c1gpiogrp { }; pinctrl_pmic: pmicgrp { - fsl,pins = ; + fsl,pins = ; }; pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { -- 2.53.0