Skip to content

Commit 66a0dbf

Browse files
jannaumarcan
authored andcommitted
DO NOT SUBMIT: arm64: dts: apple: t6020-j474s: Add unused PCIe port01
This works around a Linux bug which results in mismatched iommus on gaps in PCI(e) ports / bus numbers. Remove as soon as the bug is identified. Signed-off-by: Janne Grunau <j@jannau.net>
1 parent c9569ef commit 66a0dbf

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

arch/arm64/boot/dts/apple/t6020-j474s.dts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@
6060
pwren-gpios = <&smc_gpio 13 GPIO_ACTIVE_HIGH>;
6161
};
6262

63+
&port01 {
64+
/*
65+
* TODO: do not enable port without device. This works around a Linux
66+
* bug which results in mismatched iommus on gaps in PCI(e) ports / bus
67+
* numbers.
68+
*/
69+
bus-range = <2 2>;
70+
status = "okay";
71+
};
72+
6373
&port02 {
6474
/* 10 Gbit Ethernet */
6575
bus-range = <3 3>;

0 commit comments

Comments
 (0)