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