From 2f5fc46ecde0c59905f9c14826eed360376a3bdc Mon Sep 17 00:00:00 2001 From: Gayathri Veeragandam Date: Wed, 25 Sep 2024 17:12:06 +0530 Subject: [PATCH] ARM: dts: msm: Add a stub GPU node for tuna Some devices refer to the GPU node that is populated in a GPU overlay file. Provide a stub GPU dt node that can be used in the tuna devicetree. Change-Id: I74fa30f0bae20fda1beb5da881d447c24407fa8a Signed-off-by: Gayathri Veeragandam --- qcom/tuna.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qcom/tuna.dtsi b/qcom/tuna.dtsi index ef144f2d..db057ff9 100644 --- a/qcom/tuna.dtsi +++ b/qcom/tuna.dtsi @@ -499,6 +499,8 @@ }; }; + msm_gpu: qcom,kgsl-3d0@3d00000 { }; + intc: interrupt-controller@17100000 { compatible = "arm,gic-v3"; #interrupt-cells = <3>;