diff options
author | Kishon Vijay Abraham I <[email protected]> | 2021-06-03 19:52:51 +0530 |
---|---|---|
committer | Nishanth Menon <[email protected]> | 2021-06-08 09:32:38 -0500 |
commit | c90ec93d94f2bddf3873f2dfbc7b4859e09c01ef (patch) | |
tree | 92c2541a338bb0395d43fce076c47d53613b2a82 | |
parent | 4e8aa4e3559a7f71e333b0fb8661f302aec64c5c (diff) |
arm64: dts: ti: k3-am642-sk: Disable PCIe
AM642-SK has no PCIe slot. Disable it here.
Signed-off-by: Kishon Vijay Abraham I <[email protected]>
Reviewed-by: Aswath Govindraju <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am642-sk.dts | 8 |
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"; +}; |