ARM: dts: msm: Add cpp micro reset flag for 8998 and 8996
Add cpp micro reset flag for 8998 and 8996. Reset the micro only if micro reset flag is enabled in cpp node. CRs-Fixed: 1098549 Change-Id: I56c6847c74e5f4d8eafdb3d4cabe34a3b46b5825 Signed-off-by: Krishnankutty Kolathappilly <kkolatha@codeaurora.org>
This commit is contained in:
parent
eac971fc26
commit
1051be44eb
3 changed files with 3 additions and 0 deletions
|
@ -644,6 +644,7 @@
|
|||
qcom,msm-bus-vector-dyn-vote;
|
||||
qcom,src-clock-rates = <100000000 200000000 320000000
|
||||
480000000 640000000>;
|
||||
qcom,micro-reset;
|
||||
qcom,cpp-fw-payload-info {
|
||||
qcom,stripe-base = <553>;
|
||||
qcom,plane-base = <481>;
|
||||
|
|
|
@ -424,6 +424,7 @@
|
|||
reset-names = "micro_iface_reset";
|
||||
qcom,src-clock-rates = <100000000 200000000 576000000
|
||||
600000000>;
|
||||
qcom,micro-reset;
|
||||
qcom,cpp-fw-payload-info {
|
||||
qcom,stripe-base = <790>;
|
||||
qcom,plane-base = <715>;
|
||||
|
|
|
@ -168,6 +168,7 @@
|
|||
reset-names = "micro_iface_reset";
|
||||
qcom,src-clock-rates = <100000000 200000000 384000000 404000000
|
||||
480000000 576000000 600000000>;
|
||||
qcom,micro-reset;
|
||||
qcom,cpp-fw-payload-info {
|
||||
qcom,stripe-base = <790>;
|
||||
qcom,plane-base = <715>;
|
||||
|
|
Loading…
Add table
Reference in a new issue