diff options
author | Elad Nachman <[email protected]> | 2024-01-03 19:28:02 +0200 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2024-01-05 11:00:55 +0100 |
commit | d5862720c018db3046855cd43a497e346309a5d5 (patch) | |
tree | 313facc5dc757840aa810001add448c2a5b7d1b0 | |
parent | fe86da368a1b751adec1776369cb15cd0aae0f10 (diff) |
dt-bindings: mmc: add Marvell ac5
Add dt bindings for Marvell AC5/X/IM eMMC controller.
This compatibility string covers the differences in the
AC5/X version of the driver: 31-bit bus limitation and
DDR memory starting at address 0x2_0000_0000, which are handled
by usage of a bounce buffer plus a different DMA mask.
Signed-off-by: Elad Nachman <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml b/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml index 3a8e74894ae0..cfe6237716f4 100644 --- a/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/marvell,xenon-sdhci.yaml @@ -27,7 +27,9 @@ properties: - marvell,armada-ap806-sdhci - items: - - const: marvell,armada-ap807-sdhci + - enum: + - marvell,armada-ap807-sdhci + - marvell,ac5-sdhci - const: marvell,armada-ap806-sdhci - items: |