diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2019-10-23 13:52:49 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-11-04 17:50:50 +0300 |
commit | 6fa54eda64d207fcafe5f680b4ead0a65e320d59 (patch) | |
tree | b11ec0193a9afe0bb5df2aa9bc8241306f18b426 /Documentation/devicetree/bindings/usb/usb251xb.txt | |
parent | 2a59aa7711e0013f6ff27ba77e7b56eb7674ca97 (diff) | |
download | linux-6fa54eda64d207fcafe5f680b4ead0a65e320d59.tar.xz |
usb: usb251xb: Document chip variant usb2422
The next patch introduces support for the USB2422. Add it to the list of
devices supported by the binding.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20191023105250.16537-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/usb251xb.txt')
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb251xb.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/usb251xb.txt b/Documentation/devicetree/bindings/usb/usb251xb.txt index 4d5808b1cee0..1a934eab175e 100644 --- a/Documentation/devicetree/bindings/usb/usb251xb.txt +++ b/Documentation/devicetree/bindings/usb/usb251xb.txt @@ -7,7 +7,7 @@ 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 : |