From 976b3e2ad7b22eaad8123e50da9c8d195a1a4e8f Mon Sep 17 00:00:00 2001 From: Po-Jung Lai Date: Tue, 10 Oct 2023 12:53:33 -0700 Subject: [PATCH] ARM: dts: msm: gunyah: Add irq lend test node for sun Add irq lend test node to sun, sun-vm and sun-oemvm to validate hypervisor irq lend functionality. Change-Id: I2cc6fae7645c12920fe742f2c3c7ce8a166fe663 Signed-off-by: Po-Jung Lai --- qcom/sun-oemvm.dtsi | 9 +++++++++ qcom/sun-vm.dtsi | 9 +++++++++ qcom/sun.dtsi | 9 +++++++++ 3 files changed, 27 insertions(+) diff --git a/qcom/sun-oemvm.dtsi b/qcom/sun-oemvm.dtsi index 2c417283..c508e3bf 100644 --- a/qcom/sun-oemvm.dtsi +++ b/qcom/sun-oemvm.dtsi @@ -210,4 +210,13 @@ gunyah-label = <0x5>; affinity = <0>; }; + + qcom,gh-qtimer@16805000 { + compatible = "qcom,gh-qtmr"; + reg = <0x16805000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,secondary; + }; }; diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index 3099d137..32934d09 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -358,6 +358,15 @@ affinity = <0>; }; + qcom,gh-qtimer@16805000 { + compatible = "qcom,gh-qtmr"; + reg = <0x16805000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,secondary; + }; + qcom,gunyah-panic-notifier { compatible = "qcom,gh-panic-notifier"; gunyah-label = <9>; diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index 9a85f4c9..7d580d4b 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -2524,6 +2524,15 @@ qcom,primary; }; + qcom,gh-qtimer@16805000 { + compatible = "qcom,gh-qtmr"; + reg = <0x16805000 0x1000>; + reg-names = "qtmr-base"; + interrupts = ; + interrupt-names = "qcom,qtmr-intr"; + qcom,primary; + }; + qcom,gunyah-panic-notifier { compatible = "qcom,gh-panic-notifier"; qcom,primary-vm;