[PATCH] armv8: lx2162aqds: disable non existing pcie controllers

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

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

-----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...
Regards Priyanka
participants (2)
-
Priyanka Jain
-
Wasim Khan