arm64: dts: qcom: sm8550: Add missing interconnect path to USB HC
authorAbel Vesa <abel.vesa@linaro.org>
Thu, 1 Jun 2023 10:38:17 +0000 (13:38 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 13 Jun 2023 23:13:24 +0000 (16:13 -0700)
The USB HC node is missing the interconnect paths, so add them.

Fixes: 7f7e5c1b037f ("arm64: dts: qcom: sm8550: Add USB PHYs and controller nodes")
Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230601103817.4066446-1-abel.vesa@linaro.org
arch/arm64/boot/dts/qcom/sm8550.dtsi

index a6be0b5..ccf21d9 100644 (file)
 
                        resets = <&gcc GCC_USB30_PRIM_BCR>;
 
+                       interconnects = <&aggre1_noc MASTER_USB3_0 0 &mc_virt SLAVE_EBI1 0>,
+                                       <&gem_noc MASTER_APPSS_PROC 0 &config_noc SLAVE_USB3_0 0>;
+                       interconnect-names = "usb-ddr", "apps-usb";
+
                        status = "disabled";
 
                        usb_1_dwc3: usb@a600000 {