PM / devfreq: rockchip_dmc: Add support for rk3528

Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Change-Id: I1c8a32f620238ffa0271cb11bf3ca94718596b91
This commit is contained in:
Finley Xiao
2023-02-21 17:57:22 +08:00
committed by Tao Huang
parent affd6e891b
commit 102afd597a

View File

@@ -2030,6 +2030,9 @@ static const struct of_device_id rockchip_dmcfreq_of_match[] = {
#if IS_ENABLED(CONFIG_CPU_RK3399)
{ .compatible = "rockchip,rk3399-dmc", .data = rk3399_dmc_init },
#endif
#if IS_ENABLED(CONFIG_CPU_RK3528)
{ .compatible = "rockchip,rk3528-dmc", .data = NULL },
#endif
#if IS_ENABLED(CONFIG_CPU_RK3562)
{ .compatible = "rockchip,rk3562-dmc", .data = rk3568_dmc_init },
#endif