Hi, On a imx6q-cubox-i board there is an LED controlled via pwm-leds and it works as expected: # cd /sys/class/leds/imx6\:red\:front/ # echo 248 > brightness (LED is turned on with its maximum brightness) # echo 0 > brightness (LED is turned off) However after entering in suspend mode: # echo enabled > /sys/class/tty/ttymxc0/power/wakeup # echo mem > /sys/power/state The LED is turned on with its maximum brightness. Press a key in the console, system resumes and LED is turned off. I would expect that the LED gets turned off in suspend, but this is not happening. Any ideas? Thanks, Fabio Estevam