Skip to content

Commit 233840b

Browse files
catalin-popescugregkh
authored andcommitted
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>
1 parent af7ac64 commit 233840b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Documentation/devicetree/bindings/usb/microchip,usb2514.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,17 @@ maintainers:
1111

1212
properties:
1313
compatible:
14-
enum:
15-
- usb424,2412
16-
- usb424,2417
17-
- usb424,2514
18-
- usb424,2517
14+
oneOf:
15+
- enum:
16+
- usb424,2412
17+
- usb424,2417
18+
- usb424,2514
19+
- usb424,2517
20+
- items:
21+
- enum:
22+
- usb424,2512
23+
- usb424,2513
24+
- const: usb424,2514
1925

2026
reg: true
2127

0 commit comments

Comments
 (0)