On Thu, Jul 16, 2026 at 08:51:14PM -0700, Swark Yang wrote:
quoted hunk ↗ jump to hunk
Add binding for Axiado AX3005 xHCI controller. So far, no changes
are known, so it can fall back to the generic-xhci compatible.
Signed-off-by: Swark Yang <syang@axiado.com>
---
Documentation/devicetree/bindings/usb/generic-xhci.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/Documentation/devicetree/bindings/usb/generic-xhci.yaml b/Documentation/devicetree/bindings/usb/generic-xhci.yaml
index 62678abd74b5..d7fb0301fe4c 100644
--- a/Documentation/devicetree/bindings/usb/generic-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-xhci.yaml
@@ -14,6 +14,10 @@ properties:
oneOf:
- description: Generic xHCI device
const: generic-xhci
+ - description: Axiado AX3005 SoC xHCI controller
+ items:
+ - const: axiado,ax3005-xhci
Just add it to the enum in "Armada 37xx/8k SoCs" group while dropping
that description. Description anyway repeats the compatibles so is
completely redundant.
Best regards,
Krzysztof