mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user