ARM: dts: msm: Add support for Tuna7 GPU

Add initial support for Tuna7 GPU in the devicetree.

Change-Id: I66ac7382ce0dfc10291a2318e0da3d9880c24790
Signed-off-by: SIVA MULLATI <quic_smullati@quicinc.com>
This commit is contained in:
SIVA MULLATI
2024-11-13 20:06:34 +05:30
committed by V S Ganga VaraPrasad (VARA) Adabala
parent 8231295e9b
commit db0d4b3372
5 changed files with 352 additions and 84 deletions

10
gpu/tuna7-gpu.dtsi Normal file
View File

@@ -0,0 +1,10 @@
// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#include "tuna-gpu.dtsi"
&msm_gpu {
qcom,gpu-model = "Adreno822";
};