Disable power LED

The green power led is very annoying as it is always on when power supply is connected.
Lights up the room.
Can I disable the green power LED?
At least when the board is shut down and PS is still connected.


This is probably not possible, it is directly grounded through a resistor, as long as the power supply is normal, it will light up, unlike other colors that can be controlled by a triode.
Edit:
Note: This is the Rock5b’s schematics.

There’s no definition in dts for the green led on 5b when comparing with 5a.

On 5a you can disable the green led by runing

sudo sh -c "echo none > /sys/class/leds/user-led1/trigger"