diff options
author | Konrad Dybcio <[email protected]> | 2023-06-27 18:24:27 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-07-09 21:35:32 -0700 |
commit | 36541089c4733355ed844c67eebd0c3936953454 (patch) | |
tree | 80b2dc9d90ada478e362749346fccd43fb558a67 | |
parent | 9cc6dee9b3a8aea0af836d365793ffce47bc7a11 (diff) |
arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller
The interrupt line was previously not described. Take care of that.
Fixes: 1e39255ed29d ("arm64: dts: msm8996: Add device node for qcom,dwc3")
Signed-off-by: Konrad Dybcio <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8996.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi index 40ac0a784a4a..4eca552f359c 100644 --- a/arch/arm64/boot/dts/qcom/msm8996.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi @@ -3336,6 +3336,9 @@ #size-cells = <1>; ranges; + interrupts = <GIC_SPI 352 IRQ_TYPE_LEVEL_HIGH>; + interrupt-names = "hs_phy_irq"; + clocks = <&gcc GCC_PERIPH_NOC_USB20_AHB_CLK>, <&gcc GCC_USB20_MASTER_CLK>, <&gcc GCC_USB20_MOCK_UTMI_CLK>, |