diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-22 17:52:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-01-03 16:34:39 +0100 |
commit | 1e73f967474efc793a9d6a5c27f35e9b619b2db9 (patch) | |
tree | d5e5b91123d2d1b215b92336cb208e002b9cac58 /arch/mips/boot | |
parent | 79a93295339c1983efcecb466e17edd786a9c556 (diff) | |
download | linux-1e73f967474efc793a9d6a5c27f35e9b619b2db9.tar.gz linux-1e73f967474efc793a9d6a5c27f35e9b619b2db9.tar.bz2 linux-1e73f967474efc793a9d6a5c27f35e9b619b2db9.zip |
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>
Diffstat (limited to 'arch/mips/boot')
-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>; }; }; |