Revert "Revert "ARM: dts: msm: Add qtb debug chain support to device tree""

This reverts commit 39aaa43ed2.

Change-Id: Iab75bb183480ed15305f0f76b25597d0277fde06
This commit is contained in:
Pratyush Brahma
2023-06-22 23:23:34 -07:00
committed by Gerrit - the friendly Code Review server
parent 39aaa43ed2
commit 9d86e1429f

View File

@@ -68,10 +68,15 @@
gpu_qtb: gpu_qtb@3de8000 {
compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500";
reg = <0x3de8000 0x1000>;
reg-names = "base";
reg = <0x3de8000 0x1000>,
<0x3dec000 0x1000>;
reg-names = "base", "debugchain-base";
qcom,iova-width = <49>;
interconnects = <&gem_noc MASTER_GPU_TCU &mc_virt SLAVE_EBI1>;
qcom,regulator-names = "vdd";
vdd-supply = <&gpu_cc_cx_gdsc>;
clocks = <&gpucc GPU_CC_HUB_CX_INT_CLK>;
clock-names = "gpu_cc_hub_cx_int";
qcom,stream-id-range = <0x0 0x400>;
qcom,num-qtb-ports = <2>;
};