From 76e16772aee2814cafd591fc1f3a2a9d94090495 Mon Sep 17 00:00:00 2001 From: Po-Jung Lai Date: Tue, 5 Mar 2024 18:09:56 -0800 Subject: [PATCH] ARM: dts: msm: gunyah: Move irq lend qtimer to frame 5 for sun As Frame 2 was assigned to TZ for secure world timer, moving IRQ lend test qtimer from frame 2 view 1 to frame 5. Change-Id: I855b881f12b970c56bf595fffcc57ffadf184a58 Signed-off-by: Po-Jung Lai --- qcom/sun-oemvm.dtsi | 6 +++--- qcom/sun-vm.dtsi | 6 +++--- qcom/sun.dtsi | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/qcom/sun-oemvm.dtsi b/qcom/sun-oemvm.dtsi index ad5d6fe6..10a0dc51 100644 --- a/qcom/sun-oemvm.dtsi +++ b/qcom/sun-oemvm.dtsi @@ -249,11 +249,11 @@ affinity = <0>; }; - qcom,gh-qtimer@16805000 { + qcom,gh-qtimer@1680b000 { compatible = "qcom,gh-qtmr"; - reg = <0x16805000 0x1000>; + reg = <0x1680b000 0x1000>; reg-names = "qtmr-base"; - interrupts = ; + interrupts = ; interrupt-names = "qcom,qtmr-intr"; qcom,secondary; }; diff --git a/qcom/sun-vm.dtsi b/qcom/sun-vm.dtsi index 2abdd324..b54da552 100644 --- a/qcom/sun-vm.dtsi +++ b/qcom/sun-vm.dtsi @@ -641,11 +641,11 @@ affinity = <0>; }; - qcom,gh-qtimer@16805000 { + qcom,gh-qtimer@1680b000 { compatible = "qcom,gh-qtmr"; - reg = <0x16805000 0x1000>; + reg = <0x1680b000 0x1000>; reg-names = "qtmr-base"; - interrupts = ; + interrupts = ; interrupt-names = "qcom,qtmr-intr"; qcom,secondary; }; diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index bd3e89c0..10ecebb3 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3002,11 +3002,11 @@ qcom,primary; }; - qcom,gh-qtimer@16805000 { + qcom,gh-qtimer@1680b000 { compatible = "qcom,gh-qtmr"; - reg = <0x16805000 0x1000>; + reg = <0x1680b000 0x1000>; reg-names = "qtmr-base"; - interrupts = ; + interrupts = ; interrupt-names = "qcom,qtmr-intr"; qcom,primary; };