mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
arm64: tegra: Add interrupts for Tegra234 USB wake events
Add interrupts for Tegra234 USB wake events to support the USB wake-up function. Signed-off-by: Haotien Hsu <haotienh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
committed by
Thierry Reding
parent
3da2ea1933
commit
11c52a226e
@@ -3327,8 +3327,15 @@
|
||||
<0x0 0x03650000 0x0 0x10000>;
|
||||
reg-names = "hcd", "fpci", "bar2";
|
||||
|
||||
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts-extended = <&gic GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&gic GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 76 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 77 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 78 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 79 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 80 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 81 IRQ_TYPE_LEVEL_HIGH>,
|
||||
<&pmc 82 IRQ_TYPE_LEVEL_HIGH>;
|
||||
|
||||
clocks = <&bpmp TEGRA234_CLK_XUSB_CORE_HOST>,
|
||||
<&bpmp TEGRA234_CLK_XUSB_FALCON>,
|
||||
|
||||
Reference in New Issue
Block a user