Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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) <robh@kernel.org>
Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Yixun Lan and committed by
Ulf Hansson
b4206966 366b5941

+3 -1
+3 -1
Documentation/devicetree/bindings/mmc/spacemit,sdhci.yaml
··· 14 14 15 15 properties: 16 16 compatible: 17 - const: spacemit,k1-sdhci 17 + enum: 18 + - spacemit,k1-sdhci 19 + - spacemit,k3-sdhci 18 20 19 21 reg: 20 22 maxItems: 1