ARM: dts: qcom: Add crash-restart to support restart after VM crash
For current design, we can't do VM restart after VM crash due to RM not allow. Add new crash-restart property to let RM allow do VM restart. The crash-restart property will be valid when remove crash-fatal property. Change-Id: If9cb90d7bc581465b760a5c780203911a247e341 Signed-off-by: Peng Yang <quic_penyan@quicinc.com>
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
vm-guid = "847bfe26-0b12-5728-812a-06103f6bdec0";
|
||||
qcom,sensitive;
|
||||
|
||||
vm-attrs = "crash-fatal", "context-dump";
|
||||
vm-attrs = "crash-fatal", "context-dump", "crash-restart";
|
||||
|
||||
memory {
|
||||
#address-cells = <0x2>;
|
||||
|
Reference in New Issue
Block a user