Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Rob Herring (Arm) and committed by
Greg Kroah-Hartman
0e61e715 978719f9

+6 -3
+6 -3
Documentation/devicetree/bindings/usb/generic-xhci.yaml
··· 14 14 oneOf: 15 15 - description: Generic xHCI device 16 16 const: generic-xhci 17 - - description: Armada 37xx/375/38x/8k SoCs 17 + - description: Armada 375/38x SoCs 18 + items: 19 + - enum: 20 + - marvell,armada-375-xhci 21 + - marvell,armada-380-xhci 22 + - description: Armada 37xx/8k SoCs 18 23 items: 19 24 - enum: 20 25 - marvell,armada3700-xhci 21 - - marvell,armada-375-xhci 22 - - marvell,armada-380-xhci 23 26 - marvell,armada-8k-xhci 24 27 - const: generic-xhci 25 28 - description: Broadcom SoCs with power domains