Skip to content

Commit

Permalink
arm64: dts: apple: t8103: Remove PCIe max-link-speed properties
Browse files Browse the repository at this point in the history
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 <maz@kernel.org>
Signed-off-by: Hector Martin <marcan@marcan.st>
  • Loading branch information
marcan committed Dec 7, 2021
1 parent bf2c05b commit 111659c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arm64/boot/dts/apple/t8103.dtsi
Expand Up @@ -412,7 +412,6 @@
device_type = "pci";
reg = <0x0 0x0 0x0 0x0 0x0>;
reset-gpios = <&pinctrl_ap 152 0>;
max-link-speed = <2>;

#address-cells = <3>;
#size-cells = <2>;
Expand All @@ -432,7 +431,6 @@
device_type = "pci";
reg = <0x800 0x0 0x0 0x0 0x0>;
reset-gpios = <&pinctrl_ap 153 0>;
max-link-speed = <2>;

#address-cells = <3>;
#size-cells = <2>;
Expand All @@ -452,7 +450,6 @@
device_type = "pci";
reg = <0x1000 0x0 0x0 0x0 0x0>;
reset-gpios = <&pinctrl_ap 33 0>;
max-link-speed = <1>;

#address-cells = <3>;
#size-cells = <2>;
Expand Down

0 comments on commit 111659c

Please sign in to comment.