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 625A1427A10; Tue, 21 Jul 2026 19:20:06 +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=1784661607; cv=none; b=l3YGlWpRwhJP0P9h4202uBEEDYcyNuqx2GFyOm/IPhTcbh0lfm+TDrA3UhhUxpYntGYo9YNkQ8jsMLVdvGVSpPqERsEs7aDYR0du4S5cY/lbRHBo6yKRCKyU/e4+U0Ct/BNymLBh17kst63D+gjyn4HPW9HbIIp0WfaomrhNSBw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784661607; c=relaxed/simple; bh=7z6pcPdDsSkhMiwTdmlOPacdsDzcWoeo35WKjfe6PRc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=jd7GPm++knSy20iGzbAR4bqzfcNajcfUk1X8ihmkSYzeIHFsMbMWYsQmTzbLhhs5RLVie0eoISb8zyhmhYIzLxHqSn0aUusj4z5ZNOPgQpUlIWYa8SXUwiZCpa3Kfndtg2MkxiZ3ql7EBCgscaWeBIh0rWINuBk1403vMQwLA90= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=N07vdwJe; 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="N07vdwJe" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B9B721F000E9; Tue, 21 Jul 2026 19:20:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1784661606; bh=83Iwhz4TyrGta5LTwx+WoylU1lu5y+hbAxZy3D8FWHc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=N07vdwJeVbwx+RecyGY6CWjKl2TPZTEPcyImRNc60DwW3YNyBjwqafNm8Qz15qQZX QcDsJBqFq3AantMUE2Dl35/AP1XGPOam71iyreDMf8QsMORieOub165CALJnWk1fSa Yq50+5UGCyFfeBMS6qFipCZRRSTnVFE6tz4+VSjY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Weixin Guo <2298701336@qq.com>, Heiko Stuebner , Sasha Levin Subject: [PATCH 6.12 0093/1276] arm64: dts: rockchip: fix rk809 interrupt pin on rk3566-roc-pc Date: Tue, 21 Jul 2026 17:08:56 +0200 Message-ID: <20260721152448.177176286@linuxfoundation.org> X-Mailer: git-send-email 2.55.0 In-Reply-To: <20260721152446.065700225@linuxfoundation.org> References: <20260721152446.065700225@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.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Weixin Guo <2298701336@qq.com> [ Upstream commit 460bac478c5fe69054ffc60d607bba03bcaf909b ] The RK809 PMIC interrupt pin on the Firefly ROC-RK3566-PC (Station M2) is physically connected to GPIO0_A3 (RK_PA3) according to the board's schematic. Currently, the PMIC node incorrectly specifies RK_PA7 for the interrupt, which prevents the PMIC from correctly signaling interrupts. (Note that the pinctrl node 'pmic_int' correctly configures RK_PA3). Fix this by updating the interrupts property to use RK_PA3. Fixes: 30ac9b4e25d8 ("arm64: dts: rockchip: add dts for Firefly Station M2 rk3566") Signed-off-by: Weixin Guo <2298701336@qq.com> Link: https://patch.msgid.link/tencent_5035EEE630C845B1B51DEA4284DE23DCCE06@qq.com Signed-off-by: Heiko Stuebner Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts b/arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts index 67e7801bd48964..43b0b202852c94 100644 --- a/arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts +++ b/arch/arm64/boot/dts/rockchip/rk3566-roc-pc.dts @@ -245,7 +245,7 @@ rk809: pmic@20 { compatible = "rockchip,rk809"; reg = <0x20>; interrupt-parent = <&gpio0>; - interrupts = ; + interrupts = ; clock-output-names = "rk808-clkout1", "rk808-clkout2"; assigned-clocks = <&cru I2S1_MCLKOUT_TX>; assigned-clock-parents = <&cru CLK_I2S1_8CH_TX>; -- 2.53.0