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 D258E3D75AB; Wed, 20 May 2026 18:43:47 +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=1779302628; cv=none; b=XevKP8IgDELBu6+l7NVE3u/ucF9z2Rf1viHn6FElPGlgDcMPZEEQx73iTRMaSEOnumYVFBgEcTk8i88f4RJLRbwF/7o6OLxUxYBUcW0u4QIsBAB2C89DAdN1fbiCeJDF8+CwZdnTuA5EOMxRoFr72RAln+jHkcgnCSho+TqeR5c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779302628; c=relaxed/simple; bh=Iq25VEdnaHJdJT4H8l/gkAcafBTmddxROEiEqTQEkjw=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=P/YnTiGO55SQiiIUoDfhO6YOW1uUCNQ5KV9qtxEuVbjlardYQVd7t1egEkdRQ+t2BaNMHjONx3xtpSF2kW1gQzqrQYGS2mDQxOQFIIZkKE1JpjVA2ZxJJ5CjrQXAYauvyHvQMgrftggKJnV6JkMNDoYYnW3ebzjeJmtL87vhBic= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=mnMlx3MK; 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="mnMlx3MK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 43D3B1F000E9; Wed, 20 May 2026 18:43:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1779302627; bh=W9fmoXkhAdbdeissijDIUO1RMgBqFO8UPePWKS8RqmI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=mnMlx3MK2fHpDmIHQTrfKh/yUuqxQvJTpp2m12nk7Y1ued9nPFnNox45wSndoaWBO sFzObftx8dIguKSxH33zGzsVldxnxkxb090QH0076Dy1i+zXF1h4vVO/CC5BTyTWZ2 Udl3kJJvb8z9NIKcyh+GMeWKRJboglTHnWdKjfEI= 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.6 338/508] arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number Date: Wed, 20 May 2026 18:22:41 +0200 Message-ID: <20260520162105.955195699@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260520162058.573354582@linuxfoundation.org> References: <20260520162058.573354582@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.6-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