On Mon, Nov 27, 2023 at 05:21:30PM +0100, Konrad Dybcio wrote: > On 27.11.2023 17:20, Konrad Dybcio wrote: > > Add the required nodes to support the A740 GPU. > > > > Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/sm8550.dtsi | 166 +++++++++++++++++++++++++++++++++++ > > 1 file changed, 166 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/qcom/sm8550.dtsi b/arch/arm64/boot/dts/qcom/sm8550.dtsi > > index 7bafb3d88d69..8f6641c58b3b 100644 > > --- a/arch/arm64/boot/dts/qcom/sm8550.dtsi > > +++ b/arch/arm64/boot/dts/qcom/sm8550.dtsi > > @@ -2841,6 +2841,172 @@ dispcc: clock-controller@af00000 { > > #power-domain-cells = <1>; > > }; > > > > + gpu: gpu@3d00000 { > > + compatible = "qcom,adreno-740.1", "qcom,adreno"; > The milisecond I pressed "send" I realized this is not the correct revision > of this patch.. The compatible needs to change. > I could have corrected it while applying the patch if you only included the revision here... Looking forward to v2. Regards, Bjorn