Merge tag 'docs-5.1' of git://git.lwn.net/linux
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / usb251xb.txt
index 168ff819e8273fc5435552949c67467d69f14e1d..17915f64b8ee3c628e6c7e86385d31a942d11067 100644 (file)
@@ -64,6 +64,8 @@ Optional properties :
  - power-on-time-ms : Specifies the time it takes from the time the host
        initiates the power-on sequence to a port until the port has adequate
        power. The value is given in ms in a 0 - 510 range (default is 100ms).
+ - swap-dx-lanes : Specifies the ports which will swap the differential-pair
+       (D+/D-), default is not-swapped.
 
 Examples:
        usb2512b@2c {
@@ -81,4 +83,6 @@ Examples:
                manufacturer = "Foo";
                product = "Foo-Bar";
                serial = "1234567890A";
+               /* correct misplaced usb connectors on port 1,2 */
+               swap-dx-lanes = <1 2>;
        };