[PATCH] dt-bindings: usb: generic-xhci: Allow dma-coherent

Rob Herring (Arm) posted 1 patch 11 months, 2 weeks ago
Documentation/devicetree/bindings/usb/generic-xhci.yaml | 2 ++
1 file changed, 2 insertions(+)
[PATCH] dt-bindings: usb: generic-xhci: Allow dma-coherent
Posted by Rob Herring (Arm) 11 months, 2 weeks ago
Some platforms like Marvell are cache coherent, so allow the
"dma-coherent" property.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/usb/generic-xhci.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/usb/generic-xhci.yaml b/Documentation/devicetree/bindings/usb/generic-xhci.yaml
index 6ceafa4af292..a2b94a138999 100644
--- a/Documentation/devicetree/bindings/usb/generic-xhci.yaml
+++ b/Documentation/devicetree/bindings/usb/generic-xhci.yaml
@@ -51,6 +51,8 @@ properties:
       - const: core
       - const: reg
 
+  dma-coherent: true
+
   power-domains:
     maxItems: 1
 
-- 
2.47.2