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 10A8423D7CF; Wed, 25 Feb 2026 01:44:15 +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=1771983856; cv=none; b=iO9D6+kA3byZ2bE5HzcxpLH1OlolTnbuapSBqKxkcHAvfpIiaF7ymuhrLoDx+SSxyA6ogFsMedKY3Dqr6HW7Ss+kCUdchceGuub8FVZ/ptEdAaLRxxpFVMpchg7ZbqsgdpmzqUv7XgKJS+lk/vDCRi0cizI2BrA6buSy/t3yCQM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771983856; c=relaxed/simple; bh=8yPyBGUhEAhsQkFkp+iijtIHFMC+62teWJ8T4cBl68g=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=rBIh9WH80DxM+j8/R/VBbQd3fjBCgJ33idGCpKky2dCL30zTW0nPN0Ps7e9b0r7ekTQ5ndcHQsuFX/nHeu6k/MnbVThm5RasyOkds3LLS+rOS41dzco3PXJDubvXFZsdLV2rANLtHPOyyqR9H3hUV0oemks73Yw3zWcOdI/JpdI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=SJDR66oz; 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="SJDR66oz" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9F804C116D0; Wed, 25 Feb 2026 01:44:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1771983855; bh=8yPyBGUhEAhsQkFkp+iijtIHFMC+62teWJ8T4cBl68g=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SJDR66ozzRTOhROyERv13aeJpBlC3NVEiCaFZXuVo0LjI0K6/o+H+VfpPJqXNmIUy zkCGnc8/d7tSBbssSbdSl16Mt2WuFlrs2jI0Ah/r7/SIA3Tuxn6e/dO7LfmTYsTCbX XnaTHI8EuI52xtnDl4lie9RMjFSyHiWjMBnYpnmM= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Alexander Stein , Shawn Guo , Sasha Levin Subject: [PATCH 6.18 131/641] arm64: dts: tqma8mpql-mba8mpxl: Fix HDMI CEC pad control settings Date: Tue, 24 Feb 2026 17:17:37 -0800 Message-ID: <20260225012352.322009636@linuxfoundation.org> X-Mailer: git-send-email 2.53.0 In-Reply-To: <20260225012348.915798704@linuxfoundation.org> References: <20260225012348.915798704@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: Alexander Stein [ Upstream commit 8401527abb5e3a00c867b6597b8e1b29c80c9824 ] As per datasheet of the HDMI protection IC the CEC_IC pin has been configured as open-drain. Fixes: 418d1d840e42 ("arm64: dts: freescale: add initial device tree for TQMa8MPQL with i.MX8MP") Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts index 4eedd00d83b9f..ac05c05193c5b 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts +++ b/arch/arm64/boot/dts/freescale/imx8mp-tqma8mpql-mba8mpxl.dts @@ -860,7 +860,7 @@ pinctrl_hdmi: hdmigrp { fsl,pins = , , , - ; + ; }; pinctrl_hoggpio2: hoggpio2grp { -- 2.51.0