summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKrishnankutty Kolathappilly <kkolatha@codeaurora.org>2016-12-12 12:06:12 -0800
committerKrishnankutty Kolathappilly <kkolatha@codeaurora.org>2016-12-19 17:59:55 -0800
commit92d5d6f27e1f18ab55dab1fa478ddf9228a5a1d8 (patch)
tree9de976ffa4d7f4ad2557816857cfee654ce9d23a /Documentation
parent1051be44eb2415c7ab20383b5b17ba15f2bfedcd (diff)
msm: cpp: Use the micro reset binding to decide if micro can be reset
Read the micro reset binding to decide if micro can be reset. This will reset micro and prevent load firmware failures during power sequences. CRs-Fixed: 1098549 Change-Id: Ic46702dd6670f08e034ad0671d82a0bdcef80dd4 Signed-off-by: Krishnankutty Kolathappilly <kkolatha@codeaurora.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/media/video/msm-cpp.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/video/msm-cpp.txt b/Documentation/devicetree/bindings/media/video/msm-cpp.txt
index ade5fbe8cbd7..2bd9fb840830 100644
--- a/Documentation/devicetree/bindings/media/video/msm-cpp.txt
+++ b/Documentation/devicetree/bindings/media/video/msm-cpp.txt
@@ -68,6 +68,8 @@ Optional properties:
platforms that support such feature.
- qcom,vbif-setting: The offset and value for vbif core qos registers.
The first entry is register offset and second entry is register value.
+- qcom,micro-reset: Boolean flag indicating if micro reset need to be enabled.
+ This needs to present on platforms that support this feature.
Example:
@@ -111,6 +113,7 @@ Example:
<0x2C 0x10000000>;
qcom,src-clock-rates = <100000000 200000000 384000000 404000000
480000000 576000000 600000000>;
+ qcom,micro-reset;
qcom,cpp-fw-payload-info {
qcom,stripe-base = <553>;
qcom,plane-base = <481>;