]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: TS-4800: add FPGA's IRQ controller support
authorDamien Riegel <damien.riegel@savoirfairelinux.com>
Thu, 9 Jun 2016 14:46:49 +0000 (10:46 -0400)
committerShawn Guo <shawnguo@kernel.org>
Thu, 9 Jun 2016 15:13:32 +0000 (23:13 +0800)
Enable FPGA's IRQ controller. It is in charge of dispatching interrupts
generated by IPs in the FPGA. The SoC is notified that an interrupt
occurred through a GPIO.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx51-ts4800.dts

index 0ff76a1bc0f1b66e7681ea175a1b7cc82343cdd6..0e80fb7bfb2de5f47fd4ae21cbeb8ce0313c44cc 100644 (file)
@@ -165,6 +165,17 @@ touchscreen {
                        reg = <0x12000 0x1000>;
                        syscon = <&syscon 0x10 6>;
                };
+
+               fpga_irqc: fpga-irqc@15000 {
+                       compatible = "technologic,ts4800-irqc";
+                       reg = <0x15000 0x1000>;
+                       pinctrl-names = "default";
+                       pinctrl-0 = <&pinctrl_interrupt_fpga>;
+                       interrupt-parent = <&gpio2>;
+                       interrupts= <9 IRQ_TYPE_LEVEL_HIGH>;
+                       interrupt-controller;
+                       #interrupt-cells = <1>;
+               };
        };
 };
 
@@ -228,6 +239,12 @@ MX51_PAD_KEY_COL5__I2C2_SDA                0x400001ed
                >;
        };
 
+       pinctrl_interrupt_fpga: fpgaicgrp {
+               fsl,pins = <
+                       MX51_PAD_EIM_D27__GPIO2_9               0xe5
+               >;
+       };
+
        pinctrl_lcd: lcdgrp {
                fsl,pins = <
                        MX51_PAD_DISP1_DAT0__DISP1_DAT0         0x5