Skip to content

Commit c5594cb

Browse files
nbuchwitzpelwell
authored andcommitted
ARM: dts: bcm2711: enable PHY link energy detect powerdown via DT
Add brcm,powerdown-enable to the external PHY nodes on Pi 4B and CM4. This puts the BCM54210PE PHY into a low-power state when the link is down, reducing power consumption when no cable is connected. This is the same approach already used by Pi 5 and CM5. Signed-off-by: Nicolai Buchwitz <nb@tipi-net.de>
1 parent 22d1aa8 commit c5594cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm/boot/dts/broadcom/bcm2711-rpi-4-b.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
phy1: ethernet-phy@1 {
214214
/* No PHY interrupt */
215215
reg = <0x1>;
216+
brcm,powerdown-enable;
216217

217218
leds {
218219
#address-cells = <1>;

arch/arm/boot/dts/broadcom/bcm2711-rpi-cm4.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
phy1: ethernet-phy@0 {
217217
/* No PHY interrupt */
218218
reg = <0x0>;
219+
brcm,powerdown-enable;
219220
};
220221
};
221222

0 commit comments

Comments
 (0)