mb/google/dedede/var/beadrix: Update SoC gpio pin of USB camera

Update SoC GPIO setting of camera according to beadrix schematics.

GPP_D13 : NC -> PLTRST (EN_PP2800_CAMERA)

BRANCH=dedede
BUG=b:247178737,b:244120730
TEST=on beadrix, validated by beadrix seconds_system_resume < 500 ms.

Signed-off-by: Teddy Shih <teddyshih@ami.corp-partner.google.com>
Change-Id: Id00cb85cdad900c03842ad69707966aa62410efd
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68129
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Super Ni <super.ni@intel.corp-partner.google.com>
Reviewed-by: Simon Yang <simon1.yang@intel.com>
Reviewed-by: Ivan Chen <yulunchen@google.com>
Reviewed-by: Maulik Vaghela <maulikvaghela@google.com>
This commit is contained in:
Teddy Shih 2022-10-05 17:21:10 +08:00 committed by Felix Held
parent 10817c7d5a
commit 630fb54886
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_GPO(GPP_D0, 1, DEEP),
/* D12 : WCAM_RST_L ==> NC */
PAD_NC(GPP_D12, NONE),
/* D13 : EN_PP2800_CAMERA ==> NC */
PAD_NC(GPP_D13, NONE),
/* D13 : EN_PP2800_CAMERA */
PAD_CFG_GPO(GPP_D13, 1, PLTRST),
/* D14 : EN_PP1200_CAMERA ==> NC */
PAD_NC(GPP_D14, NONE),
/* D15 : UCAM_RST_L ==> NC */