All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] armv8: lx2162aqds: disable non existing pcie controllers
@ 2020-09-29  6:39 Wasim Khan
  2020-12-11  8:18 ` Priyanka Jain
  0 siblings, 1 reply; 3+ messages in thread
From: Wasim Khan @ 2020-09-29  6:39 UTC (permalink / raw)
  To: u-boot

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(-)

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 at 3500000 {
-			status = "disabled";
-		};
+&usb1 {
+	status = "disabled";
+};
 
-		pcie at 3800000 {
-			status = "disabled";
-		};
+&pcie2 {
+	status = "disabled";
+};
 
-		pcie at 3900000 {
-			status = "disabled";
-		};
-	};
+&pcie5 {
+	status = "disabled";
 };
 
-&usb1 {
+&pcie6 {
 	status = "disabled";
 };
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] armv8: lx2162aqds: disable non existing pcie controllers
  2020-09-29  6:39 [PATCH] armv8: lx2162aqds: disable non existing pcie controllers Wasim Khan
@ 2020-12-11  8:18 ` Priyanka Jain
  2020-12-11  9:01   ` Wasim Khan
  0 siblings, 1 reply; 3+ messages in thread
From: Priyanka Jain @ 2020-12-11  8:18 UTC (permalink / raw)
  To: u-boot

>-----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 at 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] armv8: lx2162aqds: disable non existing pcie controllers
  2020-12-11  8:18 ` Priyanka Jain
@ 2020-12-11  9:01   ` Wasim Khan
  0 siblings, 0 replies; 3+ messages in thread
From: Wasim Khan @ 2020-12-11  9:01 UTC (permalink / raw)
  To: u-boot



> -----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 at 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 at 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 at nxp.com/

> 
> Regards
> Priyanka

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-11  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-29  6:39 [PATCH] armv8: lx2162aqds: disable non existing pcie controllers Wasim Khan
2020-12-11  8:18 ` Priyanka Jain
2020-12-11  9:01   ` Wasim Khan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.