summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/storm
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/storm
parent11bf9df9ac73449d3291e927771abbbbcd4af145 (diff)
downloadcoreboot-7fa1d9de5c1d8275f49493a39f16b08179f179cb.tar.gz
coreboot-7fa1d9de5c1d8275f49493a39f16b08179f179cb.tar.bz2
coreboot-7fa1d9de5c1d8275f49493a39f16b08179f179cb.zip
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/storm')
-rw-r--r--src/mainboard/google/storm/chromeos.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/storm/chromeos.c b/src/mainboard/google/storm/chromeos.c
index 9587c3c384e8..744572e35abf 100644
--- a/src/mainboard/google/storm/chromeos.c
+++ b/src/mainboard/google/storm/chromeos.c
@@ -40,8 +40,6 @@ void fill_lb_gpios(struct lb_gpios *gpios)
{
struct lb_gpio chromeos_gpios[] = {
{DEV_SW, ACTIVE_LOW, read_gpio(REC_SW), "presence"},
- {WP_SW, ACTIVE_LOW, !get_write_protect_state(),
- "write protect"},
{-1, ACTIVE_LOW, 1, "power"},
{-1, ACTIVE_LOW, 0, "lid"},
};