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 <quic_pojulai@quicinc.com>
This commit is contained in:
Po-Jung Lai
2024-03-05 18:09:56 -08:00
parent 6a9d9efc0a
commit 76e16772ae
3 changed files with 9 additions and 9 deletions

View File

@@ -249,11 +249,11 @@
affinity = <0>; affinity = <0>;
}; };
qcom,gh-qtimer@16805000 { qcom,gh-qtimer@1680b000 {
compatible = "qcom,gh-qtmr"; compatible = "qcom,gh-qtmr";
reg = <0x16805000 0x1000>; reg = <0x1680b000 0x1000>;
reg-names = "qtmr-base"; reg-names = "qtmr-base";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qcom,qtmr-intr"; interrupt-names = "qcom,qtmr-intr";
qcom,secondary; qcom,secondary;
}; };

View File

@@ -641,11 +641,11 @@
affinity = <0>; affinity = <0>;
}; };
qcom,gh-qtimer@16805000 { qcom,gh-qtimer@1680b000 {
compatible = "qcom,gh-qtmr"; compatible = "qcom,gh-qtmr";
reg = <0x16805000 0x1000>; reg = <0x1680b000 0x1000>;
reg-names = "qtmr-base"; reg-names = "qtmr-base";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qcom,qtmr-intr"; interrupt-names = "qcom,qtmr-intr";
qcom,secondary; qcom,secondary;
}; };

View File

@@ -3002,11 +3002,11 @@
qcom,primary; qcom,primary;
}; };
qcom,gh-qtimer@16805000 { qcom,gh-qtimer@1680b000 {
compatible = "qcom,gh-qtmr"; compatible = "qcom,gh-qtmr";
reg = <0x16805000 0x1000>; reg = <0x1680b000 0x1000>;
reg-names = "qtmr-base"; reg-names = "qtmr-base";
interrupts = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "qcom,qtmr-intr"; interrupt-names = "qcom,qtmr-intr";
qcom,primary; qcom,primary;
}; };