blob: b222aeb459a3287ff01a2248eb55cfc7f3ffed76 [file] [log] [blame]
Tom Rini6bb92fc2024-05-20 09:54:58 -06001// 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};