Varshit B Pandya has uploaded this change for review.

View Change

mb/intel/adlrvp: Configure Camera related GPIO as per schematics

Configure RST and PWR_EN signals for both WFC and UFC

Signed-off-by: Varshit Pandya <varshit.b.pandya@intel.com>
Change-Id: Ie416da373756b1c73472b8572f87930965a3d6ec
---
M src/mainboard/intel/adlrvp/gpio.c
1 file changed, 9 insertions(+), 11 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/47496/1
diff --git a/src/mainboard/intel/adlrvp/gpio.c b/src/mainboard/intel/adlrvp/gpio.c
index 9f96620..bf1dad2 100644
--- a/src/mainboard/intel/adlrvp/gpio.c
+++ b/src/mainboard/intel/adlrvp/gpio.c
@@ -26,8 +26,6 @@
PAD_CFG_GPO(GPP_B2, 1, PLTRST),
/* M.2 SSD_2 Reset */
PAD_CFG_GPO(GPP_H0, 1, PLTRST),
- /* CAM1-IRQ */
- PAD_CFG_GPO(GPP_B23, 1, PLTRST),
/* CAM_STROBE */
PAD_CFG_GPO(GPP_B18, 0, PLTRST),
/* Audio Codec INT N */
@@ -182,15 +180,6 @@
/* I2S0_RXD */
PAD_CFG_NF(GPP_R3, NONE, DEEP, NF2),

- /* I2S1_SCLK */
- PAD_CFG_NF(GPP_A23, NONE, DEEP, NF1),
- /* I2S1_SFRM */
- PAD_CFG_NF(GPP_R5, NONE, DEEP, NF2),
- /* I2S1_TXD */
- PAD_CFG_NF(GPP_R6, NONE, DEEP, NF2),
- /* I2S1_RXD */
- PAD_CFG_NF(GPP_R7, NONE, DEEP, NF2),
-
/* I2S2_SCLK */
PAD_CFG_NF(GPP_A7, NONE, DEEP, NF1),
/* I2S2_SFRM */
@@ -273,6 +262,15 @@
PAD_CFG_NF(GPP_H21, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_H22, NONE, DEEP, NF1),
PAD_CFG_NF(GPP_H23, NONE, DEEP, NF1),
+
+ /* CAM1_RST */
+ PAD_CFG_GPO(GPP_R5, 1, PLTRST),
+ /* CAM2_RST */
+ PAD_CFG_GPO(GPP_E15, 1, PLTRST),
+ /* CAM1_PWR_EN */
+ PAD_CFG_GPO(GPP_B23, 1, PLTRST),
+ /* CAM2_PWR_EN */
+ PAD_CFG_GPO(GPP_E16, 1, PLTRST),
};

void variant_configure_gpio_pads(void)

To view, visit change 47496. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie416da373756b1c73472b8572f87930965a3d6ec
Gerrit-Change-Number: 47496
Gerrit-PatchSet: 1
Gerrit-Owner: Varshit B Pandya <varshit.b.pandya@intel.com>
Gerrit-MessageType: newchange