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

Commit 3106507e authored by Jerome Brunet's avatar Jerome Brunet Committed by Kevin Hilman
Browse files

ARM64: dts: meson-gxm: fix q200 interrupt number



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

Fixes: b94d22d9 ("ARM64: dts: meson-gx: add external PHY interrupt on some platforms")
Reported-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: default avatarJerome Brunet <jbrunet@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent 45293920
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@
		reg = <0>;
		max-speed = <1000>;
		interrupt-parent = <&gpio_intc>;
		/* MAC_INTR on GPIOH_3 */
		interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
		/* MAC_INTR on GPIOZ_15 */
		interrupts = <25 IRQ_TYPE_LEVEL_LOW>;
	};
};