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 2DAEE46EF77; Tue, 21 Jul 2026 17:57:22 +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=1784656643; cv=none; b=Nq/KmDkqmtWItEQLqj+MKFB79H4giM+F4AJFKQyPvedgW7r+Bx1lnSr9zhlSsRisEcDhfeLtehocuDuerX9NQPd3pOywK5bTa7R8larIPw1oNh3cbGD0bBOxOvxF6rRZw87zGCcouSlHrY3CjgD/07NdenlyiDV9+wIcycT6RR4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784656643; c=relaxed/simple; bh=SK/pvQjpSVNAjUtcSq/xweLJF+xdR0feLzZoXV3esdo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=kCpZ/80k/Mq26cj6DWqAnF5hDG7K7SrtSpgZxiNtwFNUoTsNhKxPmeuCM8JH1R4oTz0u7jdra7EBF8wA4rz3G0ammWT0oV4hzzNylSKDw43NqFhskCeBtAHKLJd1H+keVyK5Y/pKq7/nHEZc6OBaUavxTBRWRoMWwlvsX6W4Fkc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Wx4VGmRt; 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="Wx4VGmRt" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9357B1F000E9; Tue, 21 Jul 2026 17:57:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784656642; bh=0cY+gc+fwotYZmISQLi8Y/Z0bJYNuS9qxfoXyUyMUVY=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=Wx4VGmRtRXGhcmk4BMzxYhUuo5voUTgXsN5DuHyrOZ13ZnrvuTOT8rKbC2Pu12qme Y2lfFTT61sXYMC5HcPc9DRxZXmAy3uMZ8fXZIOnIEsYb84MTTy2J7haRUeeP/L4Yuo lOMpKW6IDwqVPahYQvGhQ0FjBpvomBD0MC1kHEC8= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Andre Przywara , Chen-Yu Tsai , Jernej Skrabec , Sasha Levin Subject: [PATCH 6.18 0462/1611] arm64: dts: allwinner: a523: Add missing GPIO interrupt Date: Tue, 21 Jul 2026 17:09:38 +0200 Message-ID: <20260721152525.704611020@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152514.750365251@linuxfoundation.org> References: <20260721152514.750365251@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.18-stable review patch. If anyone has any objections, please let me know. ------------------ From: Andre Przywara [ Upstream commit 6b81aa0c8a4f038712fa549e4d44d8279eeb0440 ] Even though the Allwinner A523 SoC implements 10 GPIO banks, it has actually registers for 11 IRQ banks, and even an interrupt assigned to the first, non-implemented IRQ bank. Add that first interrupt to the list of GPIO interrupts, to correct the association between IRQs and GPIO banks. This fixes GPIO IRQ operation on boards with A523 SoCs, as seen by broken SD card detect functionality, for instance. Signed-off-by: Andre Przywara Fixes: 35ac96f79664 ("arm64: dts: allwinner: Add Allwinner A523 .dtsi file") Reviewed-by: Chen-Yu Tsai Reviewed-by: Jernej Skrabec Link: https://patch.msgid.link/20260327113006.3135663-4-andre.przywara@arm.com Signed-off-by: Chen-Yu Tsai Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi b/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi index 7b36c47a3a1399..95cc70854ac51d 100644 --- a/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi +++ b/arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi @@ -128,7 +128,8 @@ gpu: gpu@1800000 { pio: pinctrl@2000000 { compatible = "allwinner,sun55i-a523-pinctrl"; reg = <0x2000000 0x800>; - interrupts = , + interrupts = , + , , , , -- 2.53.0