[PATCH 23/38] dt-bindings: mmc: Add support for rk3562 eMMC
Kever Yang
kever.yang at rock-chips.com
Fri Dec 20 03:05:43 PST 2024
rk3562 is using the same controller as rk3588.
Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---
.../devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
index c3d5e0230af1..33f4288ff879 100644
--- a/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
+++ b/Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml
@@ -14,16 +14,19 @@ properties:
compatible:
oneOf:
- items:
- - const: rockchip,rk3576-dwcmshc
+ - const: rockchip,rk3568-dwcmshc
- const: rockchip,rk3588-dwcmshc
- enum:
- - rockchip,rk3568-dwcmshc
- - rockchip,rk3588-dwcmshc
- snps,dwcmshc-sdhci
- sophgo,cv1800b-dwcmshc
- sophgo,sg2002-dwcmshc
- sophgo,sg2042-dwcmshc
- thead,th1520-dwcmshc
+ - items:
+ - enum:
+ - rockchip,rk3562-dwcmshc
+ - rockchip,rk3576-dwcmshc
+ - const: rockchip,rk3588-dwcmshc
reg:
maxItems: 1
--
2.25.1
More information about the Linux-rockchip
mailing list