diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-22 20:52:40 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-03 18:34:39 +0300 |
commit | 1e73f967474efc793a9d6a5c27f35e9b619b2db9 (patch) | |
tree | d5e5b91123d2d1b215b92336cb208e002b9cac58 | |
parent | 79a93295339c1983efcecb466e17edd786a9c556 (diff) | |
download | linux-1e73f967474efc793a9d6a5c27f35e9b619b2db9.tar.xz |
MIPS: xilfpga: Update DT node and specify uart irq
Update the DT node with the UART irq
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14593/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts index 8db660b06ac9..d285c8d10bce 100644 --- a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts +++ b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts @@ -50,6 +50,9 @@ reg-offset = <0x1000>; clocks = <&ext>; + + interrupt-parent = <&axi_intc>; + interrupts = <0>; }; }; |