Skip to content
Snippets Groups Projects
Commit 379047c4 authored by Heiko Stuebner's avatar Heiko Stuebner Committed by Jonas Karlman
Browse files

mmc: rockchip_dw_mmc: Add support for rk3576


The rk3576 uses a different base-compatible, as starting with this
generation, the clock phase tuning is done via registers inside
the mmc controller and not from inside the CRU.

In U-Boot we do not tune at all, so no other code changes are
necessary.

Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Reviewed-by: default avatarJaehoon Chung <jh80.chung@samsung.com>
parent 95218899
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,7 @@ static int rockchip_dwmmc_bind(struct udevice *dev) ...@@ -171,6 +171,7 @@ static int rockchip_dwmmc_bind(struct udevice *dev)
static const struct udevice_id rockchip_dwmmc_ids[] = { static const struct udevice_id rockchip_dwmmc_ids[] = {
{ .compatible = "rockchip,rk2928-dw-mshc" }, { .compatible = "rockchip,rk2928-dw-mshc" },
{ .compatible = "rockchip,rk3288-dw-mshc" }, { .compatible = "rockchip,rk3288-dw-mshc" },
{ .compatible = "rockchip,rk3576-dw-mshc" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment