Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933891AbcKVRxv (ORCPT ); Tue, 22 Nov 2016 12:53:51 -0500 Received: from mailapp01.imgtec.com ([195.59.15.196]:1204 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755309AbcKVRww (ORCPT ); Tue, 22 Nov 2016 12:52:52 -0500 From: Zubair Lutfullah Kakakhel To: CC: , , Subject: [PATCH 3/6] MIPS: xilfpga: Update DT node and specify uart irq Date: Tue, 22 Nov 2016 17:52:40 +0000 Message-ID: <20161122175243.8853-4-Zubair.Kakakhel@imgtec.com> X-Mailer: git-send-email 2.10.2 In-Reply-To: <20161122175243.8853-1-Zubair.Kakakhel@imgtec.com> References: <20161122175243.8853-1-Zubair.Kakakhel@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [192.168.154.45] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 23 Update the DT node with the UART irq Signed-off-by: Zubair Lutfullah Kakakhel --- arch/mips/boot/dts/xilfpga/nexys4ddr.dts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/mips/boot/dts/xilfpga/nexys4ddr.dts b/arch/mips/boot/dts/xilfpga/nexys4ddr.dts index 8db660b..d285c8d 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>; }; }; -- 2.10.2