From mboxrd@z Thu Jan 1 00:00:00 1970 From: robh@kernel.org (Rob Herring) Date: Thu, 16 Jun 2016 17:19:14 -0500 Subject: [PATCH v3 1/2] nxp/dts: add pcie aer interrupt-name property in the dts In-Reply-To: <1465892645-32381-1-git-send-email-po.liu@nxp.com> References: <1464242406-20203-1-git-send-email-po.liu@nxp.com> <1465892645-32381-1-git-send-email-po.liu@nxp.com> Message-ID: <20160616221914.GA2602@rob-hp-laptop> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jun 14, 2016 at 04:24:04PM +0800, Po Liu wrote: > NXP some platforms aer interrupt was not MSI/MSI-X/INTx > but using interrupt line independently. This patch add a "aer" > interrupt-names for aer interrupt. Please put your explanation why this is okay to change in the commit message. > > Signed-off-by: Po Liu > --- > changes for v3: > - None; > > .../devicetree/bindings/pci/layerscape-pci.txt | 4 ++-- > arch/arm/boot/dts/ls1021a.dtsi | 6 ++++-- > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi | 18 +++++++++--------- > arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi | 16 ++++++++-------- > 4 files changed, 23 insertions(+), 21 deletions(-)