From d7de2904e9c5d1a7c45df67b31541ea9b265c7c4 Mon Sep 17 00:00:00 2001 From: Zou Shunxiang Date: Fri, 22 Jul 2022 10:50:58 +0800 Subject: [PATCH] ARM: dts: qcom: Add power reset and watchdog nodes for vm Enables virtual power reset and watchdog, adds related dts for GVM platform. Change-Id: Ic4106c3dea6658683fa1baa410603450a437feb5 --- qcom/quin-vm-common.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qcom/quin-vm-common.dtsi b/qcom/quin-vm-common.dtsi index 6c76233d..3711ca27 100644 --- a/qcom/quin-vm-common.dtsi +++ b/qcom/quin-vm-common.dtsi @@ -61,6 +61,19 @@ ranges = <0x0 0x0 0x0 0xffffffff>; compatible = "simple-bus"; + wdog: qcom,wdt@17c10000 { + compatible = "qcom,msm-watchdog"; + reg = <0x17c10000 0x1000>; + reg-names = "wdt-base"; + interrupts = , + ; + }; + + vm_restart: restart { + compatible = "qcom,vm-restart"; + status = "ok"; + }; + intc: vgic@0 { qvm,vdev = "gic"; #interrupt-cells = <3>;