Skip to content

Commit eb87a20

Browse files
6by9pelwell
authored andcommitted
dt: Add Add eth_max_speed override for Pi5, Pi500, and CM5.
max-speed is a generic property for ethernet PHYs, so is supported by the PHY on Pi5, Pi500, and CM5. Add the override and update the documentation accordingly. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 1d59436 commit eb87a20

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ Params:
266266

267267
eth_max_speed Set the maximum speed a link is allowed
268268
to negotiate. Legal values are 10, 100 and
269-
1000 (default set by the platform).
270-
Pi3B+, Pi4, Pi400, and CM4 only.
269+
1000 (default set by the platform). Pi3B+,
270+
Pi4, Pi400, CM4, Pi5, Pi500, and CM5 only.
271271

272272
fan_temp0 Temperature threshold (in millicelcius) for
273273
1st cooling level (default 50000). Pi5 only.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ watchdog: &pm {};
194194
drm_fb2_vc4 = <&aliases>, "drm-fb2=",&vc4;
195195
eth_led0 = <&phy1>,"led-modes:0";
196196
eth_led1 = <&phy1>,"led-modes:4";
197+
eth_max_speed = <&phy1>,"max-speed:0";
197198
fan_temp0 = <&cpu_tepid>,"temperature:0";
198199
fan_temp0_hyst = <&cpu_tepid>,"hysteresis:0";
199200
fan_temp0_speed = <&fan>, "cooling-levels:4";

0 commit comments

Comments
 (0)