]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: usb: ehci/ohci: Allow "dma-coherent"
authorRob Herring (Arm) <robh@kernel.org>
Mon, 15 Dec 2025 21:25:14 +0000 (15:25 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Dec 2025 13:43:08 +0000 (14:43 +0100)
EHCI and OHCI controllers can be DMA coherent on some platforms, so
allow the "dma-coherent" property.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://patch.msgid.link/20251215212515.3318052-1-robh@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/usb/generic-ehci.yaml
Documentation/devicetree/bindings/usb/generic-ohci.yaml

index 4e84bead023258b27422215538aa38320e0f438a..601f097c09a69506455dadf0387598670432640b 100644 (file)
@@ -93,6 +93,8 @@ properties:
     minItems: 1
     maxItems: 2
 
+  dma-coherent: true
+
   interrupts:
     maxItems: 1
 
index 3ee1586fc8b96866e0a96ea36a15d5a8d88bf8d8..961cbf85eeb5b57bb74da89d2fcec34bf4c3473f 100644 (file)
@@ -64,6 +64,8 @@ properties:
   reg:
     maxItems: 1
 
+  dma-coherent: true
+
   interrupts:
     maxItems: 1