Revert "usb: dwc3: add dis_del_phy_power_chg_quirk"
[firefly-linux-kernel-4.4.55.git] / Documentation / devicetree / bindings / usb / dwc3.txt
index 04813b1ad94302fda3a4d160df73a4673ec227eb..f1806c4f21e8954418ed24f145c1bddadee62f15 100644 (file)
@@ -14,6 +14,7 @@ Optional properties:
    the second element is expected to be a handle to the USB3/SS PHY
  - phys: from the *Generic PHY* bindings
  - phy-names: from the *Generic PHY* bindings
+ - tx-fifo-resize: determines if the FIFO *has* to be reallocated.
  - snps,usb3_lpm_capable: determines if platform is USB3 LPM capable
  - snps,disable_scramble_quirk: true when SW should disable data scrambling.
        Only really useful for FPGA builds.
@@ -42,8 +43,6 @@ Optional properties:
  - snps,dis_u2_freeclk_exists_quirk: when set, clear the u2_freeclk_exists
                        in GUSB2PHYCFG, specify that USB2 PHY doesn't provide
                        a free-running PHY clock.
- - snps,dis_del_phy_power_chg_quirk: when set core will change PHY power
-                       from P0 to P1/P2/P3 without delay.
  - snps,is-utmi-l1-suspend: true when DWC3 asserts output signal
                        utmi_l1_suspend_n, false when asserts utmi_sleep_n
  - snps,hird-threshold: HIRD threshold
@@ -53,8 +52,6 @@ Optional properties:
        register for post-silicon frame length adjustment when the
        fladj_30mhz_sdbnd signal is invalid or incorrect.
 
- - <DEPRECATED> tx-fifo-resize: determines if the FIFO *has* to be reallocated.
-
 This is usually a subnode to DWC3 glue to which it is connected.
 
 dwc3@4a030000 {
@@ -62,4 +59,5 @@ dwc3@4a030000 {
        reg = <0x4a030000 0xcfff>;
        interrupts = <0 92 4>
        usb-phy = <&usb2_phy>, <&usb3,phy>;
+       tx-fifo-resize;
 };