mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
PM / devfreq: rockchip_dmc: add support for rv1126b
Signed-off-by: YouMin Chen <cym@rock-chips.com> Change-Id: I6c8bba01100b7033a76b4c2fb12eb473e0e43d69
This commit is contained in:
@@ -2151,6 +2151,9 @@ static const struct of_device_id rockchip_dmcfreq_of_match[] = {
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_CPU_RV1126)
|
||||
{ .compatible = "rockchip,rv1126-dmc", .data = rv1126_dmc_init },
|
||||
#endif
|
||||
#if IS_ENABLED(CONFIG_CPU_RV1126B)
|
||||
{ .compatible = "rockchip,rv1126b-dmc", .data = rk3568_dmc_init },
|
||||
#endif
|
||||
{ },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user