From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Yao Chen To: , , , , , , , , , , , , CC: , , , , Subject: [PATCH v2 2/2] arm64: dts: hi3660: Add pcie msi interrupt attribute Date: Wed, 9 May 2018 16:20:12 +0800 Message-ID: <1525854012-24228-3-git-send-email-chenyao11@huawei.com> In-Reply-To: <1525854012-24228-1-git-send-email-chenyao11@huawei.com> References: <1525854012-24228-1-git-send-email-chenyao11@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: Add pcie msi interrupt attribute for hi3660 SOC. Signed-off-by: Yao Chen --- arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi index ec3eb8e..2cef8f4 100644 --- a/arch/arm64/boot/dts/hisilicon/hi3660.dtsi +++ b/arch/arm64/boot/dts/hisilicon/hi3660.dtsi @@ -872,6 +872,8 @@ 0x0 0x02000000>; num-lanes = <1>; #interrupt-cells = <1>; + interrupts = <0 283 4>; + interrupt-names = "msi"; interrupt-map-mask = <0xf800 0 0 7>; interrupt-map = <0x0 0 0 1 &gic GIC_SPI 282 IRQ_TYPE_LEVEL_HIGH>, -- 1.9.1