mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
rambi: Remove internal pullup from write protect pin
The pin has a 100k series resistor, which is overwhelmed by the
internal pullup.
BUG=chrome-os-partner:23489
BRANCH=none
TEST=gpioget wp_l, with screw present and removed. With screw present,
signal should read 0; with it removed it should read 1.
Change-Id: I35ee867111d0d7e8626dd3ac8010e9a10f46ccf7
Signed-off-by: Randall Spangler <rspangler@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/174094
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
@@ -52,7 +52,7 @@ const struct gpio_info gpio_list[] = {
|
||||
x86_interrupt},
|
||||
{"VCORE_PGOOD", LM4_GPIO_C, (1<<6), GPIO_INT_BOTH,
|
||||
x86_interrupt},
|
||||
{"WP_L", LM4_GPIO_A, (1<<4), GPIO_INT_BOTH|GPIO_PULL_UP,
|
||||
{"WP_L", LM4_GPIO_A, (1<<4), GPIO_INT_BOTH,
|
||||
switch_interrupt},
|
||||
|
||||
/* Other inputs */
|
||||
|
||||
Reference in New Issue
Block a user