xref: /linux/arch/arm64/boot/dts/qcom/sdm450.dtsi (revision 4b660dbd9ee2059850fd30e0df420ca7a38a1856)
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};
15