Skip to content

Commit bdd90dd

Browse files
nbuchwitzpopcornmix
authored andcommitted
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 6e71dcf commit bdd90dd

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
@@ -185,8 +185,6 @@ rp1_target: &pcie2 {
185185
phy1: ethernet-phy@1 {
186186
reg = <0x1>;
187187
brcm,powerdown-enable;
188-
eee-broken-1000t;
189-
eee-broken-100tx;
190188
};
191189
};
192190

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)