mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 09:01:35 +00:00
daisy: fix a bug in the GPIO enum listing
These GPIOs should have been removed in fd5d6c. BUG=Yes. TEST=built a new image and booted Daisy-EVT1 Signed-off-by: David Hendricks <dhendrix@chromium.org> Change-Id: Idce4384cdbe548c2e4fe2be8b52e4275445c9f1b
This commit is contained in:
@@ -57,8 +57,6 @@ enum gpio_signal {
|
||||
GPIO_KB_OUT10,
|
||||
GPIO_KB_OUT11,
|
||||
GPIO_KB_OUT12,
|
||||
GPIO_I2C_SCL,
|
||||
GPIO_I2C_SDA,
|
||||
/* Number of GPIOs; not an actual GPIO */
|
||||
GPIO_COUNT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user