arm64: dts: ti: k3-am642-sk: Disable PCIe
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 3 Jun 2021 14:22:51 +0000 (19:52 +0530)
committerNishanth Menon <nm@ti.com>
Tue, 8 Jun 2021 14:32:38 +0000 (09:32 -0500)
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
arch/arm64/boot/dts/ti/k3-am642-sk.dts

index 077b876..4012400 100644 (file)
 &mailbox0_cluster7 {
        status = "disabled";
 };
+
+&pcie0_rc {
+       status = "disabled";
+};
+
+&pcie0_ep {
+       status = "disabled";
+};