diff options
author | Apurva Nandan <[email protected]> | 2022-08-20 00:37:28 +0530 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2022-09-14 11:53:47 +0200 |
commit | af51ef51a8df42de64d643c50cf7d5925fb76df0 (patch) | |
tree | c9d9729ea4bfab87c61bae7b520f2dbb3db39086 | |
parent | 1dd611a9c55f6657328429b988e302323691c3dc (diff) |
dt-bindings: mmc: Fix 'dma-coherent' was unexpected
dma-coherent is mentioned in almost all TI K3 platform mmc
nodes. Fix warning generated due to its missing match in
yaml schema.
Signed-off-by: Apurva Nandan <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/sdhci-am654.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml index 0ab07759b472..ea9121fb188d 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-am654.yaml @@ -51,6 +51,9 @@ properties: sdhci-caps-mask: true + dma-coherent: + type: boolean + # PHY output tap delays: # Used to delay the data valid window and align it to the sampling clock. # Binding needs to be provided for each supported speed mode otherwise the |