aboutsummaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorGravatar Rob Herring <robh@kernel.org> 2022-05-25 20:41:18 -0500
committerGravatar Rob Herring <robh@kernel.org> 2022-05-31 21:25:11 -0500
commitcdc46fa81cc00b8ae222f979320a14b902acc074 (patch)
tree82c4ee69890e5417a19b37bda129de2a951f2a18 /Documentation/devicetree
parentdt-bindings: soc: imx8mp-media-blk-ctrl: Fix DT example (diff)
downloadlinux-cdc46fa81cc00b8ae222f979320a14b902acc074.tar.gz
linux-cdc46fa81cc00b8ae222f979320a14b902acc074.tar.bz2
linux-cdc46fa81cc00b8ae222f979320a14b902acc074.zip
dt-bindings: usb: snps,dwc3: Add missing 'dma-coherent' property
The 'unevaluatedProperties' schema checks is not fully working and doesn't catch some cases where there's a $ref to another schema. A fix is pending, but results in new warnings in examples. Some DWC3 implementations such as Xilinx are hooked up coherently and need to set the 'dma-coherent' property. Signed-off-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220526014118.2872057-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/usb/snps,dwc3.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
index f4471f8bdbef..d41265ba8ce2 100644
--- a/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
+++ b/Documentation/devicetree/bindings/usb/snps,dwc3.yaml
@@ -68,6 +68,8 @@ properties:
- enum: [bus_early, ref, suspend]
- true
+ dma-coherent: true
+
iommus:
maxItems: 1