Skip to content

Commit 111659c

Browse files
committed
arm64: dts: apple: t8103: Remove PCIe max-link-speed properties
The driver doesn't support these, they shouldn't be in the SoC include anyway, and we're now configuring this in the bootloader instead. This also solves the j274 1G/10G Ethernet variant discrepancy, since that will now be configured properly based on the dynamic ADT property. Acked-by: Marc Zyngier <[email protected]> Signed-off-by: Hector Martin <[email protected]>
1 parent bf2c05b commit 111659c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

arch/arm64/boot/dts/apple/t8103.dtsi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@
412412
device_type = "pci";
413413
reg = <0x0 0x0 0x0 0x0 0x0>;
414414
reset-gpios = <&pinctrl_ap 152 0>;
415-
max-link-speed = <2>;
416415

417416
#address-cells = <3>;
418417
#size-cells = <2>;
@@ -432,7 +431,6 @@
432431
device_type = "pci";
433432
reg = <0x800 0x0 0x0 0x0 0x0>;
434433
reset-gpios = <&pinctrl_ap 153 0>;
435-
max-link-speed = <2>;
436434

437435
#address-cells = <3>;
438436
#size-cells = <2>;
@@ -452,7 +450,6 @@
452450
device_type = "pci";
453451
reg = <0x1000 0x0 0x0 0x0 0x0>;
454452
reset-gpios = <&pinctrl_ap 33 0>;
455-
max-link-speed = <1>;
456453

457454
#address-cells = <3>;
458455
#size-cells = <2>;

0 commit comments

Comments
 (0)