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 4C468393DFE; Wed, 3 Dec 2025 16:58:01 +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=1764781082; cv=none; b=k0cMCGnbOih85iLFM/aIGZv6ri0ixYj373flIAQwL/6j6bXsWLCSNnXNNGW3DvunzPW6IKqpVCUKZZvPdsP68Pne61kZE/0uZHRGxM7KyMZn0oNMXzL6fGZKsZHCV1UTfWIrTbpbwinkAfKmCX3UmblKVgd24yD9zN31Yt7nAIU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764781082; c=relaxed/simple; bh=5xvq0qcSIap6LCx1txBdYtQ7WOIQaqvdDxL6d+gnB3w=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=S0iE/eIMda5+Fm8NQyqEwyT3JM0DAIO5DTKIyOLdH4QugxDlOZykXPf+QLe+a8oZsGKqbBFqX9iHmzttGIBgmZygZAsQd+vOApFN0CrlPQcFueQfJ4OgFwOgGARsYLRle3mc+ZI6FIaGlkCrTKM1d5frUt4Z27LhnN6PNODEZmU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Iuulkyzo; 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="Iuulkyzo" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C7A9C4CEF5; Wed, 3 Dec 2025 16:58:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1764781081; bh=5xvq0qcSIap6LCx1txBdYtQ7WOIQaqvdDxL6d+gnB3w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IuulkyzoUP4n87dz2VSwhY/rh+CInp5scIugQe7BV8IfyVx2kVdt668vG3UqniI6r zfA4WwphJwEg7KYsjRWUH11LW1/M7Jl7UfF59BRX9whU85DHiv510aJNOS8UbRHBc2 CZ5mKA54Pi8qZ/CpsDO08+D5dsk6jUn8GrJAYAxw= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Maarten Zanders , Shawn Guo Subject: [PATCH 6.6 43/93] ARM: dts: nxp: imx6ul: correct SAI3 interrupt line Date: Wed, 3 Dec 2025 16:29:36 +0100 Message-ID: <20251203152338.113211197@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20251203152336.494201426@linuxfoundation.org> References: <20251203152336.494201426@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.6-stable review patch. If anyone has any objections, please let me know. ------------------ From: Maarten Zanders commit 1b03346314b791ad966d3c6d59253328226a2b2d upstream. The i.MX6UL reference manual lists two possible interrupt lines for SAI3 (56 and 57, offset +32). The current device tree entry uses the first one (24), which prevents IRQs from being handled properly. Use the second interrupt line (25), which does allow interrupts to work as expected. Fixes: 36e2edf6ac07 ("ARM: dts: imx6ul: add sai support") Signed-off-by: Maarten Zanders Cc: stable@vger.kernel.org Signed-off-by: Shawn Guo Signed-off-by: Greg Kroah-Hartman --- arch/arm/boot/dts/nxp/imx/imx6ul.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx6ul.dtsi @@ -333,7 +333,7 @@ #sound-dai-cells = <0>; compatible = "fsl,imx6ul-sai", "fsl,imx6sx-sai"; reg = <0x02030000 0x4000>; - interrupts = ; + interrupts = ; clocks = <&clks IMX6UL_CLK_SAI3_IPG>, <&clks IMX6UL_CLK_SAI3>, <&clks IMX6UL_CLK_DUMMY>, <&clks IMX6UL_CLK_DUMMY>;