diff mbox series

armv8: lx2162aqds: disable non existing pcie controllers

Message ID 1601361554-11417-1-git-send-email-wasim.khan@nxp.com
State Changes Requested
Delegated to: Priyanka Jain
Headers show
Series armv8: lx2162aqds: disable non existing pcie controllers | expand

Commit Message

Wasim Khan Sept. 29, 2020, 6:39 a.m. UTC
disable non existing pcie controllers on lx2162aqds

Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
---
Depends on https://patchwork.ozlabs.org/project/uboot/list/?series=199900

 arch/arm/dts/fsl-lx2162a-qds.dts | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Comments

Priyanka Jain Dec. 11, 2020, 8:18 a.m. UTC | #1
>-----Original Message-----
>From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Wasim Khan
>Sent: Tuesday, September 29, 2020 12:09 PM
>To: u-boot@lists.denx.de; Priyanka Jain (OSS) <priyanka.jain@oss.nxp.com>;
>Varun Sethi <V.Sethi@nxp.com>; Meenakshi Aggarwal
><meenakshi.aggarwal@nxp.com>
>Cc: Wasim Khan <wasim.khan@nxp.com>
>Subject: [PATCH] armv8: lx2162aqds: disable non existing pcie controllers
>
>disable non existing pcie controllers on lx2162aqds
>
>Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
>---
LX2162QDS base support is now merged in fsl-qoriq tree. 
https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq

Kindly rebase this patch.

Regards
Priyanka
Wasim Khan Dec. 11, 2020, 9:01 a.m. UTC | #2
> -----Original Message-----
> From: Priyanka Jain <priyanka.jain@nxp.com>
> Sent: Friday, December 11, 2020 1:49 PM
> To: Wasim Khan <wasim.khan@nxp.com>; u-boot@lists.denx.de; Priyanka Jain
> (OSS) <priyanka.jain@oss.nxp.com>; Varun Sethi <V.Sethi@nxp.com>;
> Meenakshi Aggarwal <meenakshi.aggarwal@nxp.com>
> Cc: Wasim Khan <wasim.khan@nxp.com>
> Subject: RE: [PATCH] armv8: lx2162aqds: disable non existing pcie controllers
> 
> >-----Original Message-----
> >From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Wasim Khan
> >Sent: Tuesday, September 29, 2020 12:09 PM
> >To: u-boot@lists.denx.de; Priyanka Jain (OSS)
> ><priyanka.jain@oss.nxp.com>; Varun Sethi <V.Sethi@nxp.com>; Meenakshi
> >Aggarwal <meenakshi.aggarwal@nxp.com>
> >Cc: Wasim Khan <wasim.khan@nxp.com>
> >Subject: [PATCH] armv8: lx2162aqds: disable non existing pcie
> >controllers
> >
> >disable non existing pcie controllers on lx2162aqds
> >
> >Signed-off-by: Wasim Khan <wasim.khan@nxp.com>
> >---
> LX2162QDS base support is now merged in fsl-qoriq tree.
> https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
> 
> Kindly rebase this patch.

https://patchwork.ozlabs.org/project/uboot/patch/1607677011-15059-1-git-send-email-wasim.khan@nxp.com/

> 
> Regards
> Priyanka
diff mbox series

Patch

diff --git a/arch/arm/dts/fsl-lx2162a-qds.dts b/arch/arm/dts/fsl-lx2162a-qds.dts
index 2195607..42113ed 100644
--- a/arch/arm/dts/fsl-lx2162a-qds.dts
+++ b/arch/arm/dts/fsl-lx2162a-qds.dts
@@ -16,21 +16,21 @@ 
 
 	aliases {
 		spi0 = &fspi;
+	};
+};
 
-		pcie@3500000 {
-			status = "disabled";
-		};
+&usb1 {
+	status = "disabled";
+};
 
-		pcie@3800000 {
-			status = "disabled";
-		};
+&pcie2 {
+	status = "disabled";
+};
 
-		pcie@3900000 {
-			status = "disabled";
-		};
-	};
+&pcie5 {
+	status = "disabled";
 };
 
-&usb1 {
+&pcie6 {
 	status = "disabled";
 };