Skip to content

Commit 30f32fa

Browse files
lumaggregkh
authored andcommitted
arm64: dts: qcom: msm8996: add interconnect paths to USB2 controller
[ Upstream commit 242f755 ] Add the missing interconnects to the USB2 host. The Fixes tag points to the commit which broke probing of the USB host on that platform. Fixes: 130733a ("interconnect: qcom: msm8996: Promote to core_initcall") Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Acked-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20251002-fix-msm8996-icc-v1-2-a36a05d1f869@oss.qualcomm.com Signed-off-by: Georgi Djakov <djakov@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 3fcb47f commit 30f32fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/qcom/msm8996.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3496,6 +3496,9 @@
34963496
<&gcc GCC_USB20_MASTER_CLK>;
34973497
assigned-clock-rates = <19200000>, <60000000>;
34983498

3499+
interconnects = <&pnoc MASTER_USB_HS &bimc SLAVE_EBI_CH0>,
3500+
<&bimc MASTER_AMPSS_M0 &pnoc SLAVE_USB_HS>;
3501+
interconnect-names = "usb-ddr", "apps-usb";
34993502
power-domains = <&gcc USB30_GDSC>;
35003503
qcom,select-utmi-as-pipe-clk;
35013504
status = "disabled";

0 commit comments

Comments
 (0)