mb/google/fatcat/var/fatcat: Add Write Protect GPIO to cros_gpios
This enables the crossystem utility to access WP GPIO. TEST= wpsw_cur in crossystem reads the correct gpio Change-Id: Iedf4d73a85e4159b4236e13d6aa8ff5e6fe2fcb1 Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86938 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Pranava Y N <pranavayn@google.com>
This commit is contained in:
parent
2da8d8affc
commit
cd5e6ef3df
1 changed files with 1 additions and 0 deletions
|
|
@ -417,6 +417,7 @@ static const struct cros_gpio cros_gpios[] = {
|
|||
CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE1_NAME),
|
||||
CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE2_NAME),
|
||||
CROS_GPIO_REC_AL(CROS_GPIO_VIRTUAL, CROS_GPIO_DEVICE3_NAME),
|
||||
CROS_GPIO_WP_AH(GPIO_PCH_WP, CROS_GPIO_DEVICE4_NAME),
|
||||
};
|
||||
|
||||
DECLARE_CROS_GPIOS(cros_gpios);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue