diff options
| author | Jonathan Wicks <jwicks@codeaurora.org> | 2016-07-18 16:16:49 -0600 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-07-19 19:55:52 -0700 |
| commit | 81adc62fa0fa1ab94926a2f67fa8a63620cb7ab5 (patch) | |
| tree | c0d285487c340d1c714dc941a6eb3020334ed0e2 | |
| parent | 6e192957e898624bd3f065a0948040b393b70077 (diff) | |
ARM: dts: msm: Enable the GPU QDSS STM for msm8996
Add the QDSS STM property to the 8996 device tree so
that data can be logged from the GPU to the debug
bus when available.
CRs-Fixed: 1031648
Change-Id: I0edd786a3465ac38188a1d1213ba5bea84c67a6f
Signed-off-by: Jonathan Wicks <jwicks@codeaurora.org>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8996-gpu.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi b/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi index 25e0d99987db..07423a601b35 100644 --- a/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi +++ b/arch/arm/boot/dts/qcom/msm8996-gpu.dtsi @@ -79,6 +79,8 @@ qcom,snapshot-size = <1048576>; //bytes + qcom,gpu-qdss-stm = <0x081c0000 0x40000>; // base addr, size + /* Trace bus */ coresight-id = <300>; coresight-name = "coresight-gfx"; |
