blob: b222aeb459a3287ff01a2248eb55cfc7f3ffed76 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
// SPDX-License-Identifier: BSD-3-Clause
/* Copyright (c) 2023, Luca Weiss <luca@z3ntu.xyz> */
#include "msm8953.dtsi"
&gpu_opp_table {
/delete-node/ opp-650000000;
opp-600000000 {
opp-hz = /bits/ 64 <600000000>;
opp-supported-hw = <0xff>;
required-opps = <&rpmpd_opp_turbo>;
};
};
|