aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishon Vijay Abraham I <kishon@ti.com>2021-06-03 19:52:51 +0530
committerNishanth Menon <nm@ti.com>2021-06-08 09:32:38 -0500
commitc90ec93d94f2bddf3873f2dfbc7b4859e09c01ef (patch)
tree92c2541a338bb0395d43fce076c47d53613b2a82
parentarm64: dts: ti: k3-am642-sk: Enable USB Super-Speed HOST port (diff)
downloadlinux-dev-c90ec93d94f2bddf3873f2dfbc7b4859e09c01ef.tar.xz
linux-dev-c90ec93d94f2bddf3873f2dfbc7b4859e09c01ef.zip
arm64: dts: ti: k3-am642-sk: Disable PCIe
AM642-SK has no PCIe slot. Disable it here. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> Reviewed-by: Aswath Govindraju <a-govindraju@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20210603142251.14563-6-kishon@ti.com
-rw-r--r--arch/arm64/boot/dts/ti/k3-am642-sk.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am642-sk.dts b/arch/arm64/boot/dts/ti/k3-am642-sk.dts
index 077b87656fbc..40124007259d 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-sk.dts
@@ -367,3 +367,11 @@
&mailbox0_cluster7 {
status = "disabled";
};
+
+&pcie0_rc {
+ status = "disabled";
+};
+
+&pcie0_ep {
+ status = "disabled";
+};