From 561250bc37ed4f612cb755a1e7c30cc23df3b7d1 Mon Sep 17 00:00:00 2001 From: Cong Zhang Date: Sun, 4 Feb 2024 15:21:36 +0800 Subject: [PATCH] ARM: dts: msm: Add minidump support for Sun TUIVM Add minidump vdeivce in vm-config to support minidump for Sun TUIVM. Change-Id: I8aed4b1bec0b137bdcf8e103af59eb0cb70b999a Signed-off-by: Cong Zhang --- qcom/sun-vm.dtsi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index ee05b37d..741ee1ae 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2023-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #include @@ -144,6 +144,12 @@ vdevices { generate = "/hypervisor"; + minidump { + vdevice-type = "minidump"; + push-compatible = "qcom,minidump_rm"; + minidump_allowed; + }; + rm-rpc { vdevice-type = "rm-rpc"; generate = "/hypervisor/qcom,resource-mgr";