[PATCH] armv8: lx2162aqds: disable non existing pcie controllers
Wasim Khan
wasim.khan at nxp.com
Tue Sep 29 08:39:14 CEST 2020
disable non existing pcie controllers on lx2162aqds
Signed-off-by: Wasim Khan <wasim.khan at 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
More information about the U-Boot
mailing list