Skip to content

Commit

Permalink
arm64: dts: qcom: sc7180: Add interconnect properties for USB
Browse files Browse the repository at this point in the history
Populate USB DT nodes with interconnect properties.

Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
  • Loading branch information
Sandeep Maheswaram authored and felipebalbi committed May 25, 2020
1 parent 11a8b11 commit 5d48fe6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm64/boot/dts/qcom/sc7180.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1447,6 +1447,10 @@

resets = <&gcc GCC_USB30_PRIM_BCR>;

interconnects = <&aggre2_noc MASTER_USB3 &mc_virt SLAVE_EBI1>,
<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3>;
interconnect-names = "usb-ddr", "apps-usb";

usb_1_dwc3: dwc3@a600000 {
compatible = "snps,dwc3";
reg = <0 0x0a600000 0 0xe000>;
Expand Down

0 comments on commit 5d48fe6

Please sign in to comment.