mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
PM / devfreq: rockchip_dmc: Add support for rk3562
Signed-off-by: YouMin Chen <cym@rock-chips.com> Change-Id: I839d731812df29a05f339a0ff5d63bf2056a88f2
This commit is contained in:
@@ -2181,6 +2181,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_RK3562)
|
||||
{ .compatible = "rockchip,rk3562-dmc", .data = rk3568_dmc_init },
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_CPU_RK3568)
|
||||
{ .compatible = "rockchip,rk3568-dmc", .data = rk3568_dmc_init },
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user