Skip to content

Commit 647e164

Browse files
chewittkhilman
authored andcommitted
arm64: dts: meson: add ethernet interrupt to wetek dtsi
Add Ethernet interrupt details to the WeTek Hub/Play2 dtsi to resolve an issue with Ethernet probing in mainline u-boot. Signed-off-by: Christian Hewitt <[email protected]> Signed-off-by: Kevin Hilman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 1d6ece8 commit 647e164

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm64/boot/dts/amlogic/meson-gxbb-wetek.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,10 @@
149149
reset-assert-us = <10000>;
150150
reset-deassert-us = <30000>;
151151
reset-gpios = <&gpio GPIOZ_14 GPIO_ACTIVE_LOW>;
152+
153+
interrupt-parent = <&gpio_intc>;
154+
/* MAC_INTR on GPIOZ_15 */
155+
interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
152156
};
153157
};
154158
};

0 commit comments

Comments
 (0)