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

Commit 86fcb2bc authored by Gregory CLEMENT's avatar Gregory CLEMENT
Browse files

ARM64: dts: marvell: armada-37xx: Fix interrupt mapping for USB3



IRQ number for xhci controller was wrong, fix it.

Signed-off-by: default avatarGregory CLEMENT <gregory.clement@free-electrons.com>
parent a844a652
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -200,7 +200,7 @@
				compatible = "marvell,armada3700-xhci",
				"generic-xhci";
				reg = <0x58000 0x4000>;
				interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
				interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
				status = "disabled";
			};