Tom Rini | 6bb92fc | 2024-05-20 09:54:58 -0600 | [diff] [blame] | 1 | // SPDX-License-Identifier: BSD-3-Clause |
2 | /* Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz> */ | ||||
3 | |||||
4 | #include "msm8953.dtsi" | ||||
5 | |||||
6 | &gpu_opp_table { | ||||
7 | /delete-node/ opp-650000000; | ||||
8 | |||||
9 | opp-600000000 { | ||||
10 | opp-hz = /bits/ 64 <600000000>; | ||||
11 | opp-supported-hw = <0xff>; | ||||
12 | required-opps = <&rpmpd_opp_turbo>; | ||||
13 | }; | ||||
14 | }; |