Commit c90ec93d authored by Kishon Vijay Abraham I's avatar Kishon Vijay Abraham I Committed by Nishanth Menon
Browse files

arm64: dts: ti: k3-am642-sk: Disable PCIe



AM642-SK has no PCIe slot. Disable it here.

Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
Reviewed-by: default avatarAswath Govindraju <a-govindraju@ti.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/r/20210603142251.14563-6-kishon@ti.com
parent 4e8aa4e3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -367,3 +367,11 @@ mbox_m4_0: mbox-m4-0 {
&mailbox0_cluster7 {
	status = "disabled";
};

&pcie0_rc {
	status = "disabled";
};

&pcie0_ep {
	status = "disabled";
};