]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: msm8996: Add missing interrupt to the USB2 controller
authorKonrad Dybcio <konrad.dybcio@linaro.org>
Tue, 27 Jun 2023 16:24:27 +0000 (18:24 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Sep 2023 07:48:10 +0000 (09:48 +0200)
[ Upstream commit 36541089c4733355ed844c67eebd0c3936953454 ]

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 <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20230627-topic-more_bindings-v1-11-6b4b6cd081e5@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/msm8996.dtsi

index 25fe2b8552fc79617653e7ecf920170b4561efc6..157d2a2ec32ad177a4869c82c81c3e1b515608c9 100644 (file)
                        #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>,