I have a strange problem. On my R4 board the green/yellow LED on the 4 ethernet ports always remain dark when using Debian (6.12.8-bpi-r4-main bullseye from frank-w). The ports do work and connect correclty though. Under OpenWRT the LED light up correctly showing link status and activity.
Is it only me, or do others face that problem as well?
do you have a hint for me where to look for this in the dts?
I note that the ethernet LED’s are exposed under /sys/class/leds/, that doesn’t seem correct. It is not possible to switch them on or off using the brightness or other settings there.
i can confirm, that rj45-leds are not working in my kernel
dts contains leds subnodes (also enabled and assigned to pinctrl in the board dts)
neither mt7530 dsa driver does something with leds nor the ethernet driver…seems like handled in core (e.g. phylib)…so i tried adding CONFIG_LED_TRIGGER_PHY=y, without success