]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: ti: k3-am654: Add interrupt controllers in wakeup domain
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 2 May 2019 09:41:19 +0000 (15:11 +0530)
committerTero Kristo <t-kristo@ti.com>
Mon, 17 Jun 2019 14:24:28 +0000 (17:24 +0300)
Wakeup domain in AM654 SoC has an interrupt router connected to gpio
in wakeup domain. Add DT node for this interrupt router.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-am65-wakeup.dtsi

index 75310bcfb94b6c91c6574d95c1f50c31de226bcd..f1ca171abdf8e47f0f6e7353fe2f00572c12c57e 100644 (file)
                clocks = <&k3_clks 115 1>;
                power-domains = <&k3_pds 115>;
        };
+
+       intr_wkup_gpio: interrupt-controller2 {
+               compatible = "ti,sci-intr";
+               ti,intr-trigger-type = <1>;
+               interrupt-controller;
+               interrupt-parent = <&gic500>;
+               #interrupt-cells = <2>;
+               ti,sci = <&dmsc>;
+               ti,sci-dst-id = <56>;
+               ti,sci-rm-range-girq = <0x4>;
+       };
 };