summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-30 06:27:44 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-30 06:27:44 -0800
commitc6b0a5297ea62796a0e222fa8f6e623185034f46 (patch)
tree498416af1543f950ea71a21dd07e6ba3ebdf8e87 /Documentation
parent55308e0dfe4d1d8c3b648f66ee09012014facfcc (diff)
parent94b379f485087435ac932c917e736f1040eef99e (diff)
Merge "spss_utils: add support to read debug regs"
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>;
};