dt-bindings: usb: xhci: Add "generic-xhci" compatible for Marvell Armada 37xx/8k
The Marvell Armada 37xx and 8k platforms compatible property don't match the binding schema. They are compatible with the "generic-xhci" compatible. The 37xx does have a quirk for "reset on resume", but that's probably not required to function in all situations. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250919223433.2399927-2-robh@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>pull/1354/merge
parent
978719f902
commit
0e61e71538
|
|
@ -14,12 +14,15 @@ properties:
|
|||
oneOf:
|
||||
- description: Generic xHCI device
|
||||
const: generic-xhci
|
||||
- description: Armada 37xx/375/38x/8k SoCs
|
||||
- description: Armada 375/38x SoCs
|
||||
items:
|
||||
- enum:
|
||||
- marvell,armada-375-xhci
|
||||
- marvell,armada-380-xhci
|
||||
- description: Armada 37xx/8k SoCs
|
||||
items:
|
||||
- enum:
|
||||
- marvell,armada3700-xhci
|
||||
- marvell,armada-375-xhci
|
||||
- marvell,armada-380-xhci
|
||||
- marvell,armada-8k-xhci
|
||||
- const: generic-xhci
|
||||
- description: Broadcom SoCs with power domains
|
||||
|
|
|
|||
Loading…
Reference in New Issue