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:
@@ -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 = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "qcom,qtmr-intr";
|
||||
qcom,secondary;
|
||||
};
|
||||
|
@@ -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 = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "qcom,qtmr-intr";
|
||||
qcom,secondary;
|
||||
};
|
||||
|
@@ -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 = <GIC_SPI 10 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupts = <GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
|
||||
interrupt-names = "qcom,qtmr-intr";
|
||||
qcom,primary;
|
||||
};
|
||||
|
Reference in New Issue
Block a user