OSDN Git Service

arm64: dts: qcom: sdm845: Add interconnect properties for USB
authorSandeep Maheswaram <sanm@codeaurora.org>
Wed, 1 Apr 2020 05:15:44 +0000 (10:45 +0530)
committerFelipe Balbi <balbi@kernel.org>
Mon, 25 May 2020 08:09:42 +0000 (11:09 +0300)
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>
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 8f926b5..860d5c2 100644 (file)
 
                        resets = <&gcc GCC_USB30_PRIM_BCR>;
 
+                       interconnects = <&aggre2_noc MASTER_USB3_0 &mem_noc SLAVE_EBI1>,
+                                       <&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_0>;
+                       interconnect-names = "usb-ddr", "apps-usb";
+
                        usb_1_dwc3: dwc3@a600000 {
                                compatible = "snps,dwc3";
                                reg = <0 0x0a600000 0 0xcd00>;
 
                        resets = <&gcc GCC_USB30_SEC_BCR>;
 
+                       interconnects = <&aggre2_noc MASTER_USB3_1 &mem_noc SLAVE_EBI1>,
+                                       <&gladiator_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_1>;
+                       interconnect-names = "usb-ddr", "apps-usb";
+
                        usb_2_dwc3: dwc3@a800000 {
                                compatible = "snps,dwc3";
                                reg = <0 0x0a800000 0 0xcd00>;