From: Yixun Lan Date: Thu, 22 Jan 2026 09:37:30 +0000 (+0800) Subject: dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC X-Git-Tag: v7.1-rc1~157^2~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4206966e2d48883f04d5a2b2ae6c46b528245d3;p=thirdparty%2Fkernel%2Fstable.git dt-bindings: mmc: spacemit,sdhci: add support for K3 SoC The SDHCI controller found on SpacemiT K3 SoC share the same IP with K1 generation, while fixed the broken 64BIT DMA issue. Introduce a compatible string to enable support for it. Acked-by: Rob Herring (Arm) Signed-off-by: Yixun Lan Signed-off-by: Ulf Hansson --- diff --git a/Documentation/devicetree/bindings/mmc/spacemit,sdhci.yaml b/Documentation/devicetree/bindings/mmc/spacemit,sdhci.yaml index de4e9efeb6663..9a055d963a7f0 100644 --- a/Documentation/devicetree/bindings/mmc/spacemit,sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/spacemit,sdhci.yaml @@ -14,7 +14,9 @@ allOf: properties: compatible: - const: spacemit,k1-sdhci + enum: + - spacemit,k1-sdhci + - spacemit,k3-sdhci reg: maxItems: 1