mb/google/fatcat/var/felino: Add Write Protect GPIO to cros_gpios
This enables the utility crossystem to access WP GPIO, `GPIO_PCH_WP` aka GPP_C08 is part of PTL GPIO community 0 therefore add `CROS_GPIO_DEVICE0_NAME` into the `cros_gpios` lists. BUG=b:409472563 TEST= wpsw_cur in crossystem reads the correct gpio Change-Id: Ia21b95d220d8df30fb3aa73b4c71047b135a52e6 Signed-off-by: Tongtong Pan <pantongtong@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87426 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
parent
934fcfb6a0
commit
36f01c3481
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,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_DEVICE0_NAME),
|
||||
};
|
||||
|
||||
DECLARE_CROS_GPIOS(cros_gpios);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue