summaryrefslogtreecommitdiff
path: root/board/snow
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2013-06-24 14:22:03 -0700
committerChromeBot <chrome-bot@google.com>2013-06-26 09:08:23 -0700
commit8e72f58ac4dd7a19069a58cde3ab1e91e8874091 (patch)
treeeb459655af25b905199e031f3dfeed92349199ff /board/snow
parent67c275f849939dfa9993175f1704cb80b11a40b3 (diff)
downloadchrome-ec-8e72f58ac4dd7a19069a58cde3ab1e91e8874091.tar.gz
pit: Clean up timer init code
Power LED PWM now uses the same functions as the hardware timer. BUG=chrome-os-partner:20414 BRANCH=none TEST=Suspend system. Power button LED pulses smoothly still. Change-Id: Ib5ca6655d815462baaf68600ad14c4c0c680a6af Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/59838
Diffstat (limited to 'board/snow')
-rw-r--r--board/snow/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/snow/board.h b/board/snow/board.h
index 73619a1d9f..1987b19045 100644
--- a/board/snow/board.h
+++ b/board/snow/board.h
@@ -66,6 +66,7 @@
/* Timer selection */
#define TIM_CLOCK_MSB 3
#define TIM_CLOCK_LSB 4
+#define TIM_POWER_LED 2
#define TIM_WATCHDOG 1
/* GPIO signal list */