Skip to content

Commit 625baae

Browse files
committed
ARM: dts: bcm2712: re-enable EEE on Pi5 and CM5 PHY
Reverts 85b196f ("dts: cm5/pi5: Disable EEE on rp1"). Now that the macb driver supports EEE via the phylink managed EEE API, the BCM54213PE PHY can advertise EEE correctly and the MAC will handle TX LPI entry/exit properly. Remove the eee-broken-1000t and eee-broken-100tx properties that were added as a workaround when the macb driver lacked EEE support. Signed-off-by: Nicolai Buchwitz <nb@tipi-net.de>
1 parent 89d02e4 commit 625baae

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

arch/arm64/boot/dts/broadcom/bcm2712-rpi-5-b.dts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ rp1_target: &pcie2 {
176176
phy1: ethernet-phy@1 {
177177
reg = <0x1>;
178178
brcm,powerdown-enable;
179-
eee-broken-1000t;
180-
eee-broken-100tx;
181179
};
182180
};
183181

arch/arm64/boot/dts/broadcom/bcm2712-rpi-cm5.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ rp1_target: &pcie2 {
167167
brcm,powerdown-enable;
168168
interrupt-parent = <&rp1_gpio>;
169169
interrupts = <37 IRQ_TYPE_LEVEL_LOW>;
170-
eee-broken-1000t;
171-
eee-broken-100tx;
172170
};
173171
};
174172

0 commit comments

Comments
 (0)