From 7d9ee9a4e941e614895a89bc8a98227e7a7228de Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Thu, 24 Oct 2013 15:53:45 -0700 Subject: Fix comments regarding PWM GPIO use Update the comments in several board.c files to accurately describe which pwm control circuit is being used for what purpose. BUG=chrome-os-partner:23530 BRANCH=none TEST=none No code changes, comments only. Change-Id: I29cef5a2bfee4d7d44bedd092783d9f1d2ea5ef3 Signed-off-by: Bill Richardson Reviewed-on: https://chromium-review.googlesource.com/174901 --- board/rambi/board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/rambi') diff --git a/board/rambi/board.c b/board/rambi/board.c index 7207d0c7f4..36e01e94b6 100644 --- a/board/rambi/board.c +++ b/board/rambi/board.c @@ -109,7 +109,7 @@ const struct gpio_alt_func gpio_alt_funcs[] = { {GPIO_D, 0x0f, 2, MODULE_SPI}, /* SPI1 */ {GPIO_L, 0x3f, 15, MODULE_LPC}, /* LPC */ {GPIO_M, 0x33, 15, MODULE_LPC}, /* LPC */ - {GPIO_N, 0x50, 1, MODULE_PWM_LED, GPIO_OPEN_DRAIN}, /* Power LEDs */ + {GPIO_N, 0x50, 1, MODULE_PWM_LED, GPIO_OPEN_DRAIN}, /* FAN0PWM 3&4 */ }; const int gpio_alt_funcs_count = ARRAY_SIZE(gpio_alt_funcs); -- cgit v1.2.1