Skip to content

Commit 9168e1d

Browse files
jonhunterthierryreding
authored andcommitted
arm64: tegra: Correct Tegra210 XUSB mailbox interrupt
The XUSB mailbox interrupt for Tegra210 is 40 and not 49 which is for the XUSB pad controller. For some Tegra210 boards, this is causing USB connect and disconnect events to go undetected. Fix this by changing the interrupt number for the XUSB mailbox to 40. Signed-off-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent d23e054 commit 9168e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/nvidia/tegra210.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@
629629
reg-names = "hcd", "fpci", "ipfs";
630630

631631
interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>,
632-
<GIC_SPI 49 IRQ_TYPE_LEVEL_HIGH>;
632+
<GIC_SPI 40 IRQ_TYPE_LEVEL_HIGH>;
633633

634634
clocks = <&tegra_car TEGRA210_CLK_XUSB_HOST>,
635635
<&tegra_car TEGRA210_CLK_XUSB_HOST_SRC>,

0 commit comments

Comments
 (0)