summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAmir Samuelov <amirs@codeaurora.org>2016-12-28 10:10:18 +0200
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-28 00:14:28 -0800
commit94b379f485087435ac932c917e736f1040eef99e (patch)
tree1022c8a6ef971ad0c7dcaa548ac940c2695f00fd /Documentation
parent55e8426a192811d7567f19d7e781727f46b0406d (diff)
spss_utils: add support to read debug regs
Allow to read debug regs set by SPSS kernel or SPSS app. This is a very basic and minimal debug info. Change-Id: Id27886390caab5ff308a8423f3e65eb93fd1175d Signed-off-by: Amir Samuelov <amirs@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/arm/msm/spss_utils.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/msm/spss_utils.txt b/Documentation/devicetree/bindings/arm/msm/spss_utils.txt
index 21b96377e5e4..61d3865b73d5 100644
--- a/Documentation/devicetree/bindings/arm/msm/spss_utils.txt
+++ b/Documentation/devicetree/bindings/arm/msm/spss_utils.txt
@@ -15,13 +15,15 @@ Required properties:
-qcom,spss-fuse-bit: fuse relevant bit
-qcom,spss-test-firmware-name: test firmware file name
-qcom,spss-prod-firmware-name: production firmware file name
+-qcom,spss-debug-reg-addr: debug register physical address
Example:
qcom,spss_utils {
compatible = "qcom,spss-utils";
- qcom,spss-fuse-addr = <0x007841c4 0x4>; /* spss test fuse physical address */
+ qcom,spss-fuse-addr = <0x007841c4>; /* spss test fuse physical address */
qcom,spss-fuse-bit = <27>;
qcom,spss-test-firmware-name = "spss1t"; /* 8 chars max */
qcom,spss-prod-firmware-name = "spss1p"; /* 8 chars max */
+ qcom,spss-debug-reg-addr = <0x01d06020>;
};