From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Z.q. Hou" Subject: [PATCH v2 3/4] dts/arm/ls1021a: Clean PCIe controller compatible strings Date: Thu, 25 Oct 2018 09:49:44 +0000 Message-ID: <20181025094929.29481-4-Zhiqiang.Hou@nxp.com> References: <20181025094929.29481-1-Zhiqiang.Hou@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <20181025094929.29481-1-Zhiqiang.Hou@nxp.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , "devicetree@vger.kernel.org" , "robh+dt@kernel.org" , Leo Li , "shawnguo@kernel.org" , "mark.rutland@arm.com" , "bhelgaas@google.com" , Mingkai Hu , "M.h. Lian" Cc: "Z.q. Hou" List-Id: devicetree@vger.kernel.org From: Hou Zhiqiang Removed the wrong compatible string "snps,dw-pcie", in case match incorrect driver. Signed-off-by: Hou Zhiqiang --- V2: - no change arch/arm/boot/dts/ls1021a.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dts= i index bdd6e66a79ad..1aaa3288a450 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -716,7 +716,7 @@ }; =20 pcie@3400000 { - compatible =3D "fsl,ls1021a-pcie", "snps,dw-pcie"; + compatible =3D "fsl,ls1021a-pcie"; reg =3D <0x00 0x03400000 0x0 0x00010000 /* controller registers */ 0x40 0x00000000 0x0 0x00002000>; /* configuration space */ reg-names =3D "regs", "config"; @@ -739,7 +739,7 @@ }; =20 pcie@3500000 { - compatible =3D "fsl,ls1021a-pcie", "snps,dw-pcie"; + compatible =3D "fsl,ls1021a-pcie"; reg =3D <0x00 0x03500000 0x0 0x00010000 /* controller registers */ 0x48 0x00000000 0x0 0x00002000>; /* configuration space */ reg-names =3D "regs", "config"; --=20 2.17.1