Skip to content

Commit e50bbfe

Browse files
keveryangstorulf
authored andcommitted
dt-bindings: mmc: Add support for rk3562 eMMC
The eMMC core on Rockchip's RK3562 is the same as the one already included in RK3588. Extend the binding accordingly to allow compatible = "rockchip,rk3562-dwcmshc", "rockchip,rk3588-dwcmshc"; Signed-off-by: Kever Yang <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent 3b79121 commit e50bbfe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/mmc/snps,dwcmshc-sdhci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ properties:
1414
compatible:
1515
oneOf:
1616
- items:
17-
- const: rockchip,rk3576-dwcmshc
17+
- enum:
18+
- rockchip,rk3562-dwcmshc
19+
- rockchip,rk3576-dwcmshc
1820
- const: rockchip,rk3588-dwcmshc
1921
- enum:
2022
- rockchip,rk3568-dwcmshc

0 commit comments

Comments
 (0)