diff options
| author | Jonathan Wicks <jwicks@codeaurora.org> | 2016-07-26 12:23:17 -0600 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-08-05 08:39:16 -0700 |
| commit | a88c5f841fe98bf72be9f1ec3284b617f1b00324 (patch) | |
| tree | 85e5341e90c042ce94f996d3363a42bf77d03c20 | |
| parent | 28352998dee80f33641dd7b28479350bd480b823 (diff) | |
ARM: dts: msm: Enable the GPU QDSS STM for msmcobalt
Add the QDSS STM property to the device tree so
that data can be logged from the GPU to the debug
bus when available.
CRs-Fixed: 1031648
Change-Id: I754c85a2ed02d0b1e40fd1e27b10ff84c463ac83
Signed-off-by: Jonathan Wicks <jwicks@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmcobalt-gpu.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmcobalt-gpu.dtsi b/arch/arm/boot/dts/qcom/msmcobalt-gpu.dtsi index 6ab19b298aa7..d273d757dba5 100644 --- a/arch/arm/boot/dts/qcom/msmcobalt-gpu.dtsi +++ b/arch/arm/boot/dts/qcom/msmcobalt-gpu.dtsi @@ -79,6 +79,8 @@ qcom,snapshot-size = <1048576>; //bytes + qcom,gpu-qdss-stm = <0x161c0000 0x40000>; // base addr, size + clocks = <&clock_gfx clk_gpucc_gfx3d_clk>, <&clock_gcc clk_gcc_gpu_cfg_ahb_clk>, <&clock_gpu clk_gpucc_rbbmtimer_clk>, |
