mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-01-27 14:44:08 +00:00
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:
@@ -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>;
|
||||
|
||||
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user