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
This commit is contained in:
Kishon Vijay Abraham I 2021-06-03 19:52:51 +05:30 коммит произвёл Nishanth Menon
Родитель 4e8aa4e355
Коммит c90ec93d94
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -367,3 +367,11 @@
&mailbox0_cluster7 {
status = "disabled";
};
&pcie0_rc {
status = "disabled";
};
&pcie0_ep {
status = "disabled";
};