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 3E87A3E5ECF; Wed, 20 May 2026 18:20:49 +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=1779301250; cv=none; b=Qt6y/Lgg+QzFFMKXNDcE27W3olFwajYnoIvLv0rqP7OZOrG/IpSZfkXfuIrDVWwL7etLVlr/lFrZRsd4Le/2btSkgfDqGErOTIigkxnOwQIBJDyGVCnhIpIDnl1dwfltAK0JwKTdmxrQXM7+rXWFLURMA4qY1Ig5FJEiWZQFo14= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779301250; c=relaxed/simple; bh=ASlDtfbbH/xO2OFtp5DIuHnSp+zLBJQPn06kvQFSvA8=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=GJV2xKLT5UkzNMsV+vXVJTZjsXs1TLZiYn6BKxX+/7Hvu32yLL5bp0x2e1e5JC2LP1XeCnRcxMdQOV4WtoZz2IV8ojH4Y4GsxrfVIkjf74OMRNSsfD57gGujB0OuOsLrIjsU23FVr+xgwy1zQXQTDoouBcdgJ3/v2JMJ0XppE8w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=k4X/DXMA; 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="k4X/DXMA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A488E1F000E9; Wed, 20 May 2026 18:20:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779301249; bh=Fv8AQJeMhe3FeMIYBEHWEVZG/DS7gOIZgi5SP0J85wg=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=k4X/DXMApCWpiNk/hml7GpngWmd14ow/8uDmuyyYI5y60VghWaWWPvXVwifShLtb+ Zl8XcyUg4n7S2fk0xtddiL/LXg8jBffanhdZiK6LZ8GqgGUKLtMXyeF6zZwJmWY7rj MJK3YPxGINHGuWTBZFY7CeyuV/VqVMyd2oCo6zRY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Jun Yan , Martin Blumenstingl , Neil Armstrong , Sasha Levin Subject: [PATCH 6.12 476/666] arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number Date: Wed, 20 May 2026 18:21:27 +0200 Message-ID: <20260520162121.585122987@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162111.222830634@linuxfoundation.org> References: <20260520162111.222830634@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.12-stable review patch. If anyone has any objections, please let me know. ------------------ From: Jun Yan [ Upstream commit 174a0ef3b33434f475c87e66f37980e39b73805a ] Correct the interrupt number assigned to the Realtek PHY in the p230 following the same logic as commit 3106507e1004 ("ARM64: dts: meson-gxm: fix q200 interrupt number"),as reported in [PATCH 0/2] Ethernet PHY interrupt improvements [1]. [1] https://lore.kernel.org/all/20171202214037.17017-1-martin.blumenstingl@googlemail.com/ Fixes: b94d22d94ad2 ("ARM64: dts: meson-gx: add external PHY interrupt on some platforms") Signed-off-by: Jun Yan Reviewed-by: Martin Blumenstingl Link: https://patch.msgid.link/20260330145111.115318-1-jerrysteve1101@gmail.com Signed-off-by: Neil Armstrong Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts index c1470416faade..36e97ed585ae7 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts @@ -84,7 +84,8 @@ external_phy: ethernet-phy@0 { reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>; interrupt-parent = <&gpio_intc>; - interrupts = <29 IRQ_TYPE_LEVEL_LOW>; + /* MAC_INTR on GPIOZ_15 */ + interrupts = <25 IRQ_TYPE_LEVEL_LOW>; eee-broken-1000t; }; }; -- 2.53.0