aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/parrot
diff options
context:
space:
mode:
authorJoel Kitching <kitching@google.com>2020-03-05 19:21:56 +0800
committerPatrick Georgi <pgeorgi@google.com>2020-03-07 20:31:49 +0000
commit7fa1d9de5c1d8275f49493a39f16b08179f179cb (patch)
tree4c33d3578009e3b85ab4d5d01e13111cf6422c2c /src/mainboard/google/parrot
parent11bf9df9ac73449d3291e927771abbbbcd4af145 (diff)
chromeos: stop sharing write protect GPIO with depthcharge
wpsw_boot is deprecated in favour of wpsw_cur. As such, coreboot no longer needs to share "write protect" GPIO with depthcharge. BUG=b:124141368, chromium:950273 TEST=make clean && make test-abuild BRANCH=none Change-Id: I2fcb7f82aa063fd72928171af5cbef0356ba620c Signed-off-by: Joel Kitching <kitching@google.com> Cq-Depend: chromium:2088434 Reviewed-on: https://review.coreboot.org/c/coreboot/+/39318 Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/parrot')
-rw-r--r--src/mainboard/google/parrot/chromeos.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mainboard/google/parrot/chromeos.c b/src/mainboard/google/parrot/chromeos.c
index ae8da676b3..d60bd5381e 100644
--- a/src/mainboard/google/parrot/chromeos.c
+++ b/src/mainboard/google/parrot/chromeos.c
@@ -31,9 +31,6 @@ void fill_lb_gpios(struct lb_gpios *gpios)
u16 gen_pmcon_1 = pci_s_read_config32(dev, GEN_PMCON_1);
struct lb_gpio chromeos_gpios[] = {
- /* Write Protect: GPIO70 active high */
- {70, ACTIVE_LOW, !get_write_protect_state(), "write protect"},
-
/* Lid switch GPIO active high (open). */
{15, ACTIVE_HIGH, get_lid_switch(), "lid"},