diff options
| author | Andreas Bießmann <andreas.biessmann@corscience.de> | 2013-09-06 15:04:54 +0200 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2013-11-01 15:55:59 -0400 |
| commit | ad9f072c2e3b6b4b198f171cb1ba6c0e7fc3e06e (patch) | |
| tree | c2d33deb4ae3494427b4c594736f8f754839ecd0 /board/corscience/tricorder/tricorder.c | |
| parent | 890880583d84607e36b52a785a96b167728bbf73 (diff) | |
| download | olio-uboot-2014.01-ad9f072c2e3b6b4b198f171cb1ba6c0e7fc3e06e.tar.xz olio-uboot-2014.01-ad9f072c2e3b6b4b198f171cb1ba6c0e7fc3e06e.zip | |
tricorder: add led support
Signed-off-by: Andreas Bießmann <andreas.biessmann@corscience.de>
Diffstat (limited to 'board/corscience/tricorder/tricorder.c')
| -rw-r--r-- | board/corscience/tricorder/tricorder.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/board/corscience/tricorder/tricorder.c b/board/corscience/tricorder/tricorder.c index b8129168b..fb5d03648 100644 --- a/board/corscience/tricorder/tricorder.c +++ b/board/corscience/tricorder/tricorder.c @@ -118,9 +118,9 @@ int misc_init_r(void) print_hwversion(&eeprom); twl4030_power_init(); -#ifdef CONFIG_TWL4030_LED - twl4030_led_init(TWL4030_LED_LEDEN_LEDAON | TWL4030_LED_LEDEN_LEDBON); -#endif + status_led_set(0, STATUS_LED_ON); + status_led_set(1, STATUS_LED_ON); + status_led_set(2, STATUS_LED_ON); dieid_num_r(); |