diff options
author | 2025-02-13 10:43:37 +0100 | |
---|---|---|
committer | 2025-02-19 15:14:13 +0100 | |
commit | 233840bbdf7ca482645a934b3db8c41476d7391f (patch) | |
tree | db4728592248789b9a5c7385846854906c83eccb | |
parent | dt-bindings: usb: microchip,usb2514: add support for vdda (diff) | |
download | wireguard-linux-233840bbdf7ca482645a934b3db8c41476d7391f.tar.xz wireguard-linux-233840bbdf7ca482645a934b3db8c41476d7391f.zip |
dt-bindings: usb: microchip,usb2514: add support for USB2512/USB2513
Extend support to Microchip hubs USB2512 & USB2513 which are identical
to USB2514 but offer less downstream ports (i.e. respectively 2 and 3
ports).
Signed-off-by: Catalin Popescu <catalin.popescu@leica-geosystems.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250213094338.1611389-2-catalin.popescu@leica-geosystems.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/devicetree/bindings/usb/microchip,usb2514.yaml | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml b/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml index d0479beee30b..4e3901efed3f 100644 --- a/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml +++ b/Documentation/devicetree/bindings/usb/microchip,usb2514.yaml @@ -11,11 +11,17 @@ maintainers: properties: compatible: - enum: - - usb424,2412 - - usb424,2417 - - usb424,2514 - - usb424,2517 + oneOf: + - enum: + - usb424,2412 + - usb424,2417 + - usb424,2514 + - usb424,2517 + - items: + - enum: + - usb424,2512 + - usb424,2513 + - const: usb424,2514 reg: true |