commit | a4b41d8ed805e90bd855ac572eaeb13901d4af32 | [log] [tgz] |
---|---|---|
author | Kevin Hilman <khilman@deeprootsystems.com> | Fri Oct 02 08:17:56 2009 -0700 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Tue Feb 23 11:05:04 2010 -0800 |
tree | 7639aeeaea6db55e845685f17b5d81ae582c61eb | |
parent | 709731bb369b562586ee4c60f3f0393eb94dd9d6 [diff] |
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: Kevin Hilman <khilman@deeprootsystems.com>