Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45293920 authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman
Browse files

ARM64: dts: meson-gxm: add the PHY interrupt line on Khadas VIM2



The INTB/PMEB pin of the RTL8211F PHY on the Khadas VIM2 is routed to
GPIOZ_15. Add the corresponding interrupt using the GPIO interrupt
controller so the PHY framework doesn't have to poll the PHY for it's
status.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 50290cfe
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -244,6 +244,9 @@
	external_phy: ethernet-phy@0 {
	external_phy: ethernet-phy@0 {
		/* Realtek RTL8211F (0x001cc916) */
		/* Realtek RTL8211F (0x001cc916) */
		reg = <0>;
		reg = <0>;
		interrupt-parent = <&gpio_intc>;
		/* MAC_INTR on GPIOZ_15 */
		interrupts = <25 IRQ_TYPE_LEVEL_LOW>;
	};
	};
};
};