ARM64: dts: marvell: armada-37xx: Fix interrupt mapping for USB3
IRQ number for xhci controller was wrong, fix it. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
This commit is contained in:
parent
a844a652e7
commit
86fcb2bca0
|
@ -200,7 +200,7 @@
|
||||||
compatible = "marvell,armada3700-xhci",
|
compatible = "marvell,armada3700-xhci",
|
||||||
"generic-xhci";
|
"generic-xhci";
|
||||||
reg = <0x58000 0x4000>;
|
reg = <0x58000 0x4000>;
|
||||||
interrupts = <GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue