mb/intel/adlrvp: Add missing CAM1 RST GPIO for ADL-N

Signed-off-by: Usha P <usha.p@intel.com>
Change-Id: I79f2206bee5403c3fb1c999918fbd2177d0d07ab
Reviewed-on: https://review.coreboot.org/c/coreboot/+/61163
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kangheui Won <khwon@chromium.org>
This commit is contained in:
Usha P 2022-01-17 21:36:27 +05:30 committed by Felix Held
parent 23e2cde597
commit 36871dbdb7
1 changed files with 2 additions and 0 deletions

View File

@ -158,6 +158,8 @@ static const struct pad_config gpio_table[] = {
/* CAM_STROBE */ /* CAM_STROBE */
PAD_CFG_GPO(GPP_B18, 0, PLTRST), PAD_CFG_GPO(GPP_B18, 0, PLTRST),
/* CAM1_RST_N */
PAD_CFG_GPO(GPP_A21, 1, PLTRST),
/* CAM1_PWR_EN */ /* CAM1_PWR_EN */
PAD_CFG_GPO(GPP_B23, 1, PLTRST), PAD_CFG_GPO(GPP_B23, 1, PLTRST),
/* CAM2_RST */ /* CAM2_RST */