ARM: dts: msm: provide handoff-smr by value

Provide handoff-smrs as display splash SMR by value instead of index.
This ensures handoff is not done for incorrect smr.

Change-Id: I9baaf27d4c906505f803409d2cfb55c347b4711d
This commit is contained in:
Prakash Gupta
2022-01-13 14:13:01 +05:30
parent 142ade6e08
commit e724246173
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@
qcom,use-3-lvl-tables;
qcom,num-context-banks-override = <0x4e>;
qcom,num-smr-override = <0x78>;
qcom,handoff-smrs = <2>;
qcom,handoff-smrs = <0x2800 0x402>;
#global-interrupts = <1>;
#size-cells = <1>;
#address-cells = <1>;

View File

@@ -93,7 +93,7 @@
qcom,context-fault-retry;
qcom,num-context-banks-override = <0x4e>;
qcom,num-smr-override = <0x78>;
qcom,handoff-smrs = <3>;
qcom,handoff-smrs = <0x2800 0x402>;
#global-interrupts = <1>;
#size-cells = <1>;
#address-cells = <1>;