diff options
author | Lucas Stach <l.stach@pengutronix.de> | 2019-07-19 04:44:05 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-25 05:16:19 -0400 |
commit | bafe64e5f0edaa689e72e2f8dc236641da37fed4 (patch) | |
tree | 88773873509522dc15417066347b53895854e985 | |
parent | f90bf1ece48a736097ea224430578fe586a9544c (diff) |
Revert "usb: usb251xb: Add US lanes inversion dts-bindings"
This reverts commit 3342ce35a1, as there is no need for this separate
property and it breaks compatibility with existing devicetree files
(arch/arm64/boot/dts/freescale/imx8mq.dtsi).
CC: stable@vger.kernel.org #5.2
Fixes: 3342ce35a183 ("usb: usb251xb: Add US lanes inversion dts-bindings")
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Link: https://lore.kernel.org/r/20190719084407.28041-1-l.stach@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb251xb.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb251xb.txt b/Documentation/devicetree/bindings/usb/usb251xb.txt index bc7945e9dbfe..17915f64b8ee 100644 --- a/Documentation/devicetree/bindings/usb/usb251xb.txt +++ b/Documentation/devicetree/bindings/usb/usb251xb.txt | |||
@@ -64,10 +64,8 @@ Optional properties : | |||
64 | - power-on-time-ms : Specifies the time it takes from the time the host | 64 | - power-on-time-ms : Specifies the time it takes from the time the host |
65 | initiates the power-on sequence to a port until the port has adequate | 65 | initiates the power-on sequence to a port until the port has adequate |
66 | power. The value is given in ms in a 0 - 510 range (default is 100ms). | 66 | power. The value is given in ms in a 0 - 510 range (default is 100ms). |
67 | - swap-dx-lanes : Specifies the downstream ports which will swap the | 67 | - swap-dx-lanes : Specifies the ports which will swap the differential-pair |
68 | differential-pair (D+/D-), default is not-swapped. | 68 | (D+/D-), default is not-swapped. |
69 | - swap-us-lanes : Selects the upstream port differential-pair (D+/D-) | ||
70 | swapping (boolean, default is not-swapped) | ||
71 | 69 | ||
72 | Examples: | 70 | Examples: |
73 | usb2512b@2c { | 71 | usb2512b@2c { |