Skip to content

Commit 174a0ef

Browse files
yjun123superna9999
authored andcommitted
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 3106507 ("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/[email protected]/ Fixes: b94d22d ("ARM64: dts: meson-gx: add external PHY interrupt on some platforms") Signed-off-by: Jun Yan <[email protected]> Reviewed-by: Martin Blumenstingl <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Neil Armstrong <[email protected]>
1 parent 918273b commit 174a0ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
8585

8686
interrupt-parent = <&gpio_intc>;
87-
interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
87+
/* MAC_INTR on GPIOZ_15 */
88+
interrupts = <25 IRQ_TYPE_LEVEL_LOW>;
8889
eee-broken-1000t;
8990
};
9091
};

0 commit comments

Comments
 (0)