Commit 174a0ef3 authored by Jun Yan's avatar Jun Yan Committed by Neil Armstrong
Browse files

arm64: dts: meson-gxl-p230: fix ethernet PHY interrupt number

Correct the interrupt number assigned to the Realtek PHY in the p230

following the same logic as commit 3106507e ("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: b94d22d9 ("ARM64: dts: meson-gx: add external PHY interrupt on some platforms")
Signed-off-by: default avatarJun Yan <jerrysteve1101@gmail.com>
Reviewed-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Link: https://patch.msgid.link/20260330145111.115318-1-jerrysteve1101@gmail.com


Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
parent 918273be
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;
	};
};