]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
arm64: dts: ti: k3-j721e: Add interrupt controllers in wakeup domain
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 14 Jun 2019 14:50:01 +0000 (20:20 +0530)
committerTero Kristo <t-kristo@ti.com>
Wed, 19 Jun 2019 08:59:49 +0000 (11:59 +0300)
Wakeup domain in J721E 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-j721e-mcu-wakeup.dtsi

index ff4674b97e53970dee2905168ed9006a8ebfc36a..285f5b4412ebf77605c98c6dc129043248bfbb1b 100644 (file)
                clocks = <&k3_clks 149 0>;
                clock-names = "fclk";
        };
+
+       wkup_gpio_intr: 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 = <14>;
+               ti,sci-rm-range-girq = <0x5>;
+       };
 };