mainboard: remove "recovery" gpio, selectively add "presence" gpio.
The gpio table is only used by depthcharge, and depthcharge rarely has a need for the "recovery" gpio. On a few boards it does use the gpio as a signal for confirming physical presence, so on that boards we'll advertise the board as "presence". All these strings probably should have been #defines to help avoid typos (e.g., the "ec_in_rw" in stout seems questionable since everybody else uses "EC in RW"). Cq-Depend: chromium:1580454 BUG=b:129471321 BRANCH=None TEST=Local compile and flash (with corresponding changes to depthcharge) to 2 systems, one with a "presence" gpio and another without. Confirmed that both systems could enter dev mode. Change-Id: Id6d62d9e48d3e6646cbc1277ea53f0ca95dd849e Signed-off-by: Matt Delco <delco@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32718 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
a20e59da15
commit
2cb399625e
@@ -43,7 +43,7 @@ void fill_lb_gpios(struct lb_gpios *gpios)
|
||||
{GPIO_WP.raw, ACTIVE_LOW, !get_write_protect_state(),
|
||||
"write protect"},
|
||||
{GPIO_RECOVERY.raw, ACTIVE_LOW,
|
||||
!get_recovery_mode_switch(), "recovery"},
|
||||
!get_recovery_mode_switch(), "presence"},
|
||||
{GPIO_LID.raw, ACTIVE_HIGH, -1, "lid"},
|
||||
{GPIO_POWER.raw, ACTIVE_LOW, -1, "power"},
|
||||
{GPIO_ECINRW.raw, ACTIVE_HIGH, -1, "EC in RW"},
|
||||
|
Reference in New Issue
Block a user