hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/Documentation/devicetree/bindings/usb/usb251xb.txt
....@@ -7,11 +7,12 @@
77 - compatible : Should be "microchip,usb251xb" or one of the specific types:
88 "microchip,usb2512b", "microchip,usb2512bi", "microchip,usb2513b",
99 "microchip,usb2513bi", "microchip,usb2514b", "microchip,usb2514bi",
10
- "microchip,usb2517", "microchip,usb2517i"
10
+ "microchip,usb2517", "microchip,usb2517i", "microchip,usb2422"
1111 - reg : I2C address on the selected bus (default is <0x2C>)
1212
1313 Optional properties :
1414 - reset-gpios : Should specify the gpio for hub reset
15
+ - vdd-supply : Should specify the phandle to the regulator supplying vdd
1516 - skip-config : Skip Hub configuration, but only send the USB-Attach command
1617 - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424)
1718 - product-id : Set USB Product ID of the hub (16 bit, default depends on type)
....@@ -64,6 +65,8 @@
6465 - power-on-time-ms : Specifies the time it takes from the time the host
6566 initiates the power-on sequence to a port until the port has adequate
6667 power. The value is given in ms in a 0 - 510 range (default is 100ms).
68
+ - swap-dx-lanes : Specifies the ports which will swap the differential-pair
69
+ (D+/D-), default is not-swapped.
6770
6871 Examples:
6972 usb2512b@2c {
....@@ -81,4 +84,6 @@
8184 manufacturer = "Foo";
8285 product = "Foo-Bar";
8386 serial = "1234567890A";
87
+ /* correct misplaced usb connectors on port 1,2 */
88
+ swap-dx-lanes = <1 2>;
8489 };