Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: phy: broadcom: Make LEDs 3+4 shadow LEDs 1+2 #5300

Merged
merged 1 commit into from Jan 4, 2023

Conversation

pelwell
Copy link
Contributor

@pelwell pelwell commented Jan 3, 2023

CM4 uses BCM54210PE, which supports 2 additional LEDs, choosing LED3 for the amber LED because it shows activity by default (LED4 is not connected). However, this makes it uncontrollable by the eth_led dtparams which target LEDs 1+2.

Solve the problem by making LEDs 3+4 mirror LEDs 1+2 (which is much simpler than adding baseboard-specific overrides, but comes with a risk of making one of the LEDs redundant).

See: #5289

Signed-off-by: Phil Elwell phil@raspberrypi.com

CM4 uses BCM54210PE, which supports 2 additional LEDs, choosing LED3
for the amber LED because it shows activity by default (LED4 is not
connected). However, this makes it uncontrollable by the eth_led<n>
dtparams which target LEDs 1+2.

Solve the problem by making LEDs 3+4 mirror LEDs 1+2 (which is much
simpler than adding baseboard-specific overrides, but comes with a
risk of making one of the LEDs redundant).

See: raspberrypi#5289

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
@pelwell pelwell merged commit 326dea6 into raspberrypi:rpi-5.15.y Jan 4, 2023
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Jan 4, 2023
See: https://forums.raspberrypi.com/viewtopic.php?p=2067109#p2067109

kernel: overlays: i2c-sensor: MS temp & pressure sensors
See: raspberrypi/linux#5301

kernel: overlays: audremap: Fix setting of the pin function
See: raspberrypi/linux#5294

kernel: net: phy: broadcom: Make LEDs 3+4 shadow LEDs 1+2
See: raspberrypi/linux#5300

kernel: drm/vc4: Fix YUV plane handling when planes are in different buffers
See: raspberrypi/linux#5299

kernel: Restore dropped support for Innolux panel
See: raspberrypi/linux#5288
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Jan 4, 2023
See: https://forums.raspberrypi.com/viewtopic.php?p=2067109#p2067109

kernel: overlays: i2c-sensor: MS temp & pressure sensors
See: raspberrypi/linux#5301

kernel: overlays: audremap: Fix setting of the pin function
See: raspberrypi/linux#5294

kernel: net: phy: broadcom: Make LEDs 3+4 shadow LEDs 1+2
See: raspberrypi/linux#5300

kernel: drm/vc4: Fix YUV plane handling when planes are in different buffers
See: raspberrypi/linux#5299

kernel: Restore dropped support for Innolux panel
See: raspberrypi/linux#5288
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant