ARM: dts: msm: Add support for Tuna GPU
Add the devicetree files for the GPU on Tuna devices.
Change-Id: I3d651d6e665c2fe40dc4e7bced2ea6bd9dbdd185
Signed-off-by: SIVA MULLATI <quic_smullati@quicinc.com>
(cherry picked from commit 934446a6ac
)
This commit is contained in:
committed by
Vara Adabala
parent
27a8290746
commit
f2f44ab4ad
25
gpu/tuna-gpu.dts
Normal file
25
gpu/tuna-gpu.dts
Normal file
@@ -0,0 +1,25 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/clock/qcom,aop-qmp.h>
|
||||
#include <dt-bindings/clock/qcom,gcc-tuna.h>
|
||||
#include <dt-bindings/clock/qcom,gpucc-tuna.h>
|
||||
#include <dt-bindings/clock/qcom,rpmh.h>
|
||||
#include <dt-bindings/interconnect/qcom,tuna.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
||||
|
||||
#include "tuna-gpu.dtsi"
|
||||
#include "tuna-gpu-pwrlevels.dtsi"
|
||||
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. tuna";
|
||||
compatible = "qcom,tuna";
|
||||
qcom,msm-id = <0x28f 0x10000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
Reference in New Issue
Block a user