diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2020-01-15 07:58:29 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2020-01-15 07:58:29 +0100 |
commit | 460d0073731096f5a99333a8aefdd5814a97d4e5 (patch) | |
tree | d2929c0d65a493767ba709ad2c5fa4a78da2abb3 /dts/Bindings/usb/usb251xb.txt | |
parent | 86502f1880ee09faae4281865b98fb5b08256b57 (diff) | |
parent | 307c04bff4fabdcfea707e61477eee68a9e72b0f (diff) | |
download | barebox-460d0073731096f5a99333a8aefdd5814a97d4e5.tar.gz |
Merge branch 'for-next/dts'
Diffstat (limited to 'dts/Bindings/usb/usb251xb.txt')
-rw-r--r-- | dts/Bindings/usb/usb251xb.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dts/Bindings/usb/usb251xb.txt b/dts/Bindings/usb/usb251xb.txt index 17915f64b8..1a934eab17 100644 --- a/dts/Bindings/usb/usb251xb.txt +++ b/dts/Bindings/usb/usb251xb.txt @@ -7,11 +7,12 @@ Required properties : - compatible : Should be "microchip,usb251xb" or one of the specific types: "microchip,usb2512b", "microchip,usb2512bi", "microchip,usb2513b", "microchip,usb2513bi", "microchip,usb2514b", "microchip,usb2514bi", - "microchip,usb2517", "microchip,usb2517i" + "microchip,usb2517", "microchip,usb2517i", "microchip,usb2422" - reg : I2C address on the selected bus (default is <0x2C>) Optional properties : - reset-gpios : Should specify the gpio for hub reset + - vdd-supply : Should specify the phandle to the regulator supplying vdd - skip-config : Skip Hub configuration, but only send the USB-Attach command - vendor-id : Set USB Vendor ID of the hub (16 bit, default is 0x0424) - product-id : Set USB Product ID of the hub (16 bit, default depends on type) |