On Mon, Jul 29, 2024 at 09:38:48PM GMT, Richard Acayan wrote: > The Snapdragon 670 has the Adreno A615 GPU. Add it along with its device > tree dependencies. > > Signed-off-by: Richard Acayan <mailingradian@xxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sdm670.dtsi | 168 +++++++++++++++++++++++++++ > 1 file changed, 168 insertions(+) > + > + gmu: gmu@506a000 { > + compatible = "qcom,adreno-gmu-615.0", "qcom,adreno-gmu"; > + [...] > + > + status = "disabled"; Probably no need to. The rest LGTM. > + > + gmu_opp_table: opp-table { > + compatible = "operating-points-v2"; > + > + opp-200000000 { > + opp-hz = /bits/ 64 <200000000>; > + opp-level = <RPMH_REGULATOR_LEVEL_MIN_SVS>; > + }; > + }; > + }; > + -- With best wishes Dmitry