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>pull/1193/head
parent
af7ac64ebd
commit
233840bbdf
|
|
@ -11,11 +11,17 @@ maintainers:
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
oneOf:
|
||||||
|
- enum:
|
||||||
- usb424,2412
|
- usb424,2412
|
||||||
- usb424,2417
|
- usb424,2417
|
||||||
- usb424,2514
|
- usb424,2514
|
||||||
- usb424,2517
|
- usb424,2517
|
||||||
|
- items:
|
||||||
|
- enum:
|
||||||
|
- usb424,2512
|
||||||
|
- usb424,2513
|
||||||
|
- const: usb424,2514
|
||||||
|
|
||||||
reg: true
|
reg: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue