From: Rob Herring (Arm) Date: Mon, 15 Dec 2025 21:27:50 +0000 (-0600) Subject: dt-bindings: mmc: arasan,sdhci: Allow "dma-coherent" property X-Git-Tag: v7.1-rc1~157^2~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5962f68603ea74b804f7bb01a475b08846932aad;p=thirdparty%2Fkernel%2Fstable.git dt-bindings: mmc: arasan,sdhci: Allow "dma-coherent" property The Arasan SDHCI controller is DMA coherent on the APM merlin SoC, so allow the dma-coherent property. No reason implementations can't also be coherent and there's not an SoC specific compatible, so allow it on any platform. Signed-off-by: Rob Herring (Arm) Signed-off-by: Ulf Hansson --- diff --git a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml index 8e79de97b242a..d6b6fa6dcffb5 100644 --- a/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/arasan,sdhci.yaml @@ -121,6 +121,8 @@ properties: - const: clk_ahb - const: gate + dma-coherent: true + interrupts: minItems: 1 maxItems: 2