diff options
author | Janne Grunau <j@jannau.net> | 2023-02-14 17:07:23 +0300 |
---|---|---|
committer | Hector Martin <marcan@marcan.st> | 2023-03-28 14:07:02 +0300 |
commit | 8d59efc33fdaa2c82072b4d3ba5f67d7dd9270d0 (patch) | |
tree | 177dc6dc569ba11a997d23fe4917421b7d43a793 /arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi | |
parent | a0189fdfb73dac856b8fa9b9f9581e5099c9391f (diff) | |
download | linux-8d59efc33fdaa2c82072b4d3ba5f67d7dd9270d0.tar.xz |
arm64: dts: apple: t600x: Disable unused PCIe ports
The PCIe ports are unused (without devices) so disable them instead of
removing them.
Signed-off-by: Janne Grunau <j@jannau.net>
Reviewed-by: Sven Peter <sven@svenpeter.dev>
Signed-off-by: Hector Martin <marcan@marcan.st>
Diffstat (limited to 'arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi b/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi index 34906d522f0a..356a73d1ce4c 100644 --- a/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi +++ b/arch/arm64/boot/dts/apple/t600x-j314-j316.dtsi @@ -101,14 +101,3 @@ wp-inverted; }; }; - -&pcie0_dart_2 { - status = "disabled"; -}; - -&pcie0_dart_3 { - status = "disabled"; -}; - -/delete-node/ &port02; -/delete-node/ &port03; |