Message ID | 20250320-dt-marvell-mmc-v1-1-e51002ea0238@kernel.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dt-bindings: mmc: marvell,xenon-sdhci: Fix several validation warnings | expand |
On Thu, Mar 20, 2025 at 04:35:46PM -0500, Rob Herring (Arm) wrote: > The Marvell xenon-sdhci block can be cache-coherent and needs the > "dma-coherent" property. It can also be behind an IOMMU and needs the > "iommus" property. > > Signed-off-by: Rob Herring (Arm) <robh@kernel.org> > --- > Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml b/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml index 3f48d8292d5b..259f465ea369 100644 --- a/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml @@ -52,9 +52,14 @@ properties: - const: core - const: axi + dma-coherent: true + interrupts: maxItems: 1 + iommus: + maxItems: 1 + marvell,pad-type: $ref: /schemas/types.yaml#/definitions/string enum:
The Marvell xenon-sdhci block can be cache-coherent and needs the "dma-coherent" property. It can also be behind an IOMMU and needs the "iommus" property. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> --- Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml | 5 +++++ 1 file changed, 5 insertions(+)