From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759990AbdACRPJ (ORCPT ); Tue, 3 Jan 2017 12:15:09 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:35379 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759867AbdACROI (ORCPT ); Tue, 3 Jan 2017 12:14:08 -0500 Date: Tue, 3 Jan 2017 11:12:58 -0600 From: Rob Herring To: Minghuan Lian Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Marc Zyngier , Jason Cooper , Roy Zang , Mingkai Hu , Stuart Yoder , Yang-Leo Li , Scott Wood Subject: Re: [PATCH 6/9] arm64: dts: ls1046a: add MSI dts node Message-ID: <20170103171258.h5djzsarokjjldjx@rob-hp-laptop> References: <1482829985-24421-1-git-send-email-Minghuan.Lian@nxp.com> <1482829985-24421-6-git-send-email-Minghuan.Lian@nxp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1482829985-24421-6-git-send-email-Minghuan.Lian@nxp.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Dec 27, 2016 at 05:13:02PM +0800, Minghuan Lian wrote: > LS1046a includes 3 MSI controllers. > Each controller supports 128 interrupts. > > Signed-off-by: Minghuan Lian > --- > .../interrupt-controller/fsl,ls-scfg-msi.txt | 1 + > arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi | 31 ++++++++++++++++++++++ > 2 files changed, 32 insertions(+) > > diff --git a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt > index 2755cd1..54597b0 100644 > --- a/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt > +++ b/Documentation/devicetree/bindings/interrupt-controller/fsl,ls-scfg-msi.txt > @@ -6,6 +6,7 @@ Required properties: > Layerscape PCIe MSI controller block such as: > "fsl,ls1021a-msi" > "fsl,ls1043a-msi" > + "fsl,ls1046a-msi" Differing whitespace. Otherwise, Acked-by: Rob Herring