Skip to content

Commit

Permalink
Merge pull request torvalds#175 from Radxa-Alvin/linux-5.10-gen-rkr4.1
Browse files Browse the repository at this point in the history
Remove RK3566-T GPU 800MHz node.

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen authored Aug 8, 2023
2 parents d0dea07 + ae944f6 commit 7a4a688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/soc/rockchip/rockchip_opp_select.c
Original file line number Diff line number Diff line change
Expand Up @@ -1618,6 +1618,7 @@ int rockchip_adjust_power_scale(struct device *dev, int scale)
if (!strcmp(dev_name(dev), "fde60000.gpu")) {
dev_pm_opp_remove(dev, 600000000);
dev_pm_opp_remove(dev, 700000000);
dev_pm_opp_remove(dev, 800000000);
}
if (!strcmp(dev_name(dev), "fdf40000.rkvenc")) {
dev_pm_opp_remove(dev, 400000000);
Expand Down

0 comments on commit 7a4a688

Please sign in to comment.