public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: brcm,iproc-sdhci: allow dma-coherent property
@ 2026-03-05 23:47 Lee Yongjun
  2026-03-06  0:03 ` Ray Jui
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Lee Yongjun @ 2026-03-05 23:47 UTC (permalink / raw)
  To: ulf.hansson, robh
  Cc: krzk+dt, conor+dt, rjui, sbranden, bcm-kernel-feedback-list,
	nsaenz, linux-mmc, devicetree, linux-arm-kernel, linux-kernel,
	Lee Yongjun

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@66420000 (brcm,sdhci-iproc-cygnus): Unevaluated properties
  are not allowed ('dma-coherent' was unexpected)
  mmc@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@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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2026-03-06 11:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-05 23:47 [PATCH] dt-bindings: mmc: brcm,iproc-sdhci: allow dma-coherent property Lee Yongjun
2026-03-06  0:03 ` Ray Jui
2026-03-06  8:45   ` Krzysztof Kozlowski
2026-03-06  0:06 ` Florian Fainelli
2026-03-06  1:21 ` Rob Herring (Arm)
2026-03-06  8:42 ` Krzysztof Kozlowski
2026-03-06  8:43   ` Krzysztof Kozlowski
2026-03-06 11:06 ` Lee Yongjun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox