On 6/7/25 4:15 PM, Akhil P Oommen wrote: > X1P42100 SoC has a new GPU called Adreno X1-45 which is a smaller > version of Adreno X1-85 GPU. Describe this new GPU and also add > the secure gpu firmware path that should used for X1P42100 CRD. > > Signed-off-by: Akhil P Oommen <akhi...@oss.qualcomm.com> > ---
[...] > -/* The GPU is physically different and will be brought up later */ > +&gmu { > + /delete-property/ compatible; > + compatible = "qcom,adreno-gmu-x145.0", "qcom,adreno-gmu"; > +}; > + > +&qfprom { > + gpu_speed_bin: gpu_speed_bin@119 { > + reg = <0x119 0x2>; > + bits = <7 9>; > + }; > +}; Please sort the label references alpabetically > + > &gpu { Konrad