Skip to content
Commit a4b41d8e authored by Kevin Hilman's avatar Kevin Hilman
Browse files

OMAP3: RX-51: support sleep indicator LEDs



The sleep indicator LEDs can be enabled/disabled by toggling GPIO162.
Use the LED GPIO class to export this LED functionality to userspace.

To enable:

  # echo 1 > /sys/class/leds/sleep_ind/brightness

To disable:

  # echo 0 > /sys/class/leds/sleep_ind/brightness

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 709731bb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment