[PATCH] dt-bindings: mmc: brcm,iproc-sdhci: allow dma-coherent property
Lee Yongjun
jun85566 at gmail.com
Thu Mar 5 15:47:03 PST 2026
The Broadcom iProc SDHCI controller supports DMA, but its binding
schema does not allow the 'dma-coherent' property.
As a result, dtbs_check reports the following validation errors
on the Northstar2 SoC:
mmc at 66420000 (brcm,sdhci-iproc-cygnus): Unevaluated properties
are not allowed ('dma-coherent' was unexpected)
mmc at 66430000 (brcm,sdhci-iproc-cygnus): Unevaluated properties
are not allowed ('dma-coherent' was unexpected)
Allow the 'dma-coherent' property in the schema to fix the validation
errors and accurately reflect the hardware capability.
Signed-off-by: Lee Yongjun <jun85566 at gmail.com>
---
Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml
index 2f63f2cdeb71..579e44843404 100644
--- a/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/brcm,iproc-sdhci.yaml
@@ -38,6 +38,8 @@ properties:
type: boolean
description: Specifies that controller should use auto CMD12
+ dma-coherent: true
+
required:
- compatible
- reg
--
2.34.1
More information about the linux-arm-kernel
mailing list