diff --git a/bindings/usb/msm-ssusb.txt b/bindings/usb/msm-ssusb.txt index 538216c2..9d139311 100644 --- a/bindings/usb/msm-ssusb.txt +++ b/bindings/usb/msm-ssusb.txt @@ -51,8 +51,6 @@ Optional properties : regulator node to the USB controller. - dpdm-supply: phandle to dpdm supply which will be used to drive dp/dm lines in high-z state. -- qcom,dwc-usb3-msm-tx-fifo-size: If present, represents RAM size available for - TX fifo allocation in bytes - qcom,lpm-to-suspend-delay-ms: Indicates timeout (in milliseconds) to release wakeup source after USB is kept into LPM. - qcom,disable-dev-mode-pm: If present, it disables PM runtime functionality for device mode. @@ -115,7 +113,6 @@ Example MSM USB3.0 controller device node : USB3_GDSC-supply = <&gdsc_usb30>; qcom,dwc-usb3-msm-dbm-eps = <4> qcom,dwc_usb3-adc_tm = <&pm8941_adc_tm>; - qcom,dwc-usb3-msm-tx-fifo-size = <29696>; qcom,usb-dbm = <&dbm_1p4>; qcom,lpm-to-suspend-delay-ms = <2>; qcom,num-gsi-evt-buffs = <0x2>; diff --git a/qcom/kalama-usb.dtsi b/qcom/kalama-usb.dtsi index ca15a9a2..e581abf2 100644 --- a/qcom/kalama-usb.dtsi +++ b/qcom/kalama-usb.dtsi @@ -42,7 +42,7 @@ 0x130 /* GSI_RING_BASE_ADDR_L */ 0x144 /* GSI_RING_BASE_ADDR_H */ 0x1a4>; /* GSI_IF_STS */ - qcom,dwc-usb3-msm-tx-fifo-size = <27696>; + interconnect-names = "usb-ddr", "usb-ipa", "ddr-usb"; interconnects = <&aggre1_noc MASTER_USB3_0 &mc_virt SLAVE_EBI1>, <&aggre1_noc MASTER_USB3_0 &config_noc SLAVE_IPA_CFG>, diff --git a/qcom/waipio-usb.dtsi b/qcom/waipio-usb.dtsi index 7563bfa7..37273722 100644 --- a/qcom/waipio-usb.dtsi +++ b/qcom/waipio-usb.dtsi @@ -42,7 +42,6 @@ 0x130 /* GSI_RING_BASE_ADDR_L */ 0x144 /* GSI_RING_BASE_ADDR_H */ 0x1a4>; /* GSI_IF_STS */ - qcom,dwc-usb3-msm-tx-fifo-size = <27696>; interconnect-names = "usb-ddr", "usb-ipa", "ddr-usb"; interconnects = <&aggre1_noc MASTER_USB3_0 &mc_virt SLAVE_EBI1>,