Hello all,
I am attempting to use USB to wake from a low power mode on an MIMX8MQ6CVAHZAA with i.MX Linux Kernel 5.4. To test, I am using the following procedure with a USB keyboard:
# check that the keyboard device wakeup is enabled
$ cat /sys/bus/usb/devices/1-1/power/wakeup
enabled
# suspend system
$ echo deep > /sys/power/state
I expect the system to resume on a key press, but nothing happens.
I am aware of erratum e11231 from this document applicable to the processor. A related NXP community post (user @RayW8d had a very similar goal) indicates that there is a patch for e11231. However, it does not appear that this patch was made public.
Please advise on how to achieve this wakeup functionality via USB.
Thank you in advance.