Skip to content

Commit e50bbfe

Browse files
keveryangUlf Hansson
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 <kever.yang@rock-chips.com> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20250227111913.2344207-3-kever.yang@rock-chips.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent 3b79121 commit e50bbfe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)