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:
parent
10817c7d5a
commit
630fb54886
|
@ -30,8 +30,8 @@ static const struct pad_config gpio_table[] = {
|
||||||
PAD_CFG_GPO(GPP_D0, 1, DEEP),
|
PAD_CFG_GPO(GPP_D0, 1, DEEP),
|
||||||
/* D12 : WCAM_RST_L ==> NC */
|
/* D12 : WCAM_RST_L ==> NC */
|
||||||
PAD_NC(GPP_D12, NONE),
|
PAD_NC(GPP_D12, NONE),
|
||||||
/* D13 : EN_PP2800_CAMERA ==> NC */
|
/* D13 : EN_PP2800_CAMERA */
|
||||||
PAD_NC(GPP_D13, NONE),
|
PAD_CFG_GPO(GPP_D13, 1, PLTRST),
|
||||||
/* D14 : EN_PP1200_CAMERA ==> NC */
|
/* D14 : EN_PP1200_CAMERA ==> NC */
|
||||||
PAD_NC(GPP_D14, NONE),
|
PAD_NC(GPP_D14, NONE),
|
||||||
/* D15 : UCAM_RST_L ==> NC */
|
/* D15 : UCAM_RST_L ==> NC */
|
||||||
|
|
Loading…
Reference in New Issue