linux/arch/arm64/boot/dts/qcom/sdm450.dtsi

// SPDX-License-Identifier: BSD-3-Clause
/* Copyright (c) 2023, Luca Weiss <[email protected]> */

#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>;
	};
};