diff options
author | 2025-03-05 21:41:02 +0000 | |
---|---|---|
committer | 2025-03-12 12:06:16 +0100 | |
commit | 75aaf6cc1a1ffcc87c17e4356578a659e9950962 (patch) | |
tree | ee649e717eb1f1a0f412453cb3c1eb3309fb7212 | |
parent | dt-bindings: mmc: rockchip-dw-mshc: Add compatible string for RK3528 (diff) | |
download | linux-rng-75aaf6cc1a1ffcc87c17e4356578a659e9950962.tar.xz linux-rng-75aaf6cc1a1ffcc87c17e4356578a659e9950962.zip |
dt-bindings: mmc: sdhci-of-dwcmhsc: Add compatible string for RK3528
The SDHCI controller in Rockchip RK3528 is similar to the one included
in RK3588.
Add compatible string for the SDHCI controller in RK3528.
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250305214108.1327208-2-jonas@kwiboo.se
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml index 2d5c9931f623..e6e604072d3c 100644 --- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml +++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml @@ -15,6 +15,7 @@ properties: oneOf: - items: - enum: + - rockchip,rk3528-dwcmshc - rockchip,rk3562-dwcmshc - rockchip,rk3576-dwcmshc - const: rockchip,rk3588-dwcmshc |