Restore name of the function reading tertiary GPIO states
The name was changed due to review comments misunderstanding, it should be restored to properly convey what the function does. BUG=chrome-os-partner:30489 TEST=verified that Storm still properly reports board ID Change-Id: I4bd63f29afbfaf9f3e3e78602564eb52f63cc487 Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/211413 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
a6dd4151b4
commit
c0fff28c6e
5 changed files with 9 additions and 7 deletions
|
|
@ -20,7 +20,7 @@
|
|||
#include <delay.h>
|
||||
#include <gpiolib.h>
|
||||
|
||||
int gpio_board_id(gpio_t gpio[], int num_gpio, int tertiary)
|
||||
int gpio_get_in_tristate_values(gpio_t gpio[], int num_gpio, int tertiary)
|
||||
{
|
||||
/*
|
||||
* GPIOs which are tied to stronger external pull up or pull down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue