mb/google/rex/var/kanix: Update LAN clock request setting

According to the EVT's circuit(kanix_250116.pdf) change,
update LAN clock request to GPP_C11.

BUG=b:386025819
BRANCH=firmware-rex-15709.B
TEST=emerge-rex coreboot chromeos-bootimage; test LAN function on kanix
Change-Id: I5d27585717897203d6ac81ca47551be5771918c3
Signed-off-by: Kenneth Chan <kenneth.chan@quanta.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86397
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Ren Kuo <ren.kuo@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Kenneth Chan 2025-02-13 15:34:06 +08:00 committed by Matt DeVillier
commit 6d61022b8f

View file

@ -117,8 +117,8 @@ static const struct pad_config gpio_table[] = {
PAD_NC(GPP_C09, NONE),
/* GPP_C10 : net NC is not present in the given design */
PAD_NC(GPP_C10, NONE),
/* GPP_C11 : Not Connected */
PAD_NC(GPP_C11, NONE),
/* GPP_C11 : [] ==> LAN_CLKREQ_ODL */
PAD_CFG_NF(GPP_C11, NONE, DEEP, NF1),
/* GPP_C12 : NC pad. */
PAD_NC(GPP_C12, NONE),
/* GPP_C13 : Not connected */
@ -174,8 +174,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_D16, NONE, DEEP, NF2),
/* GPP_D17 : [] ==> I2S_SOC_RX_HP_TX */
PAD_CFG_NF(GPP_D17, NONE, DEEP, NF2),
/* GPP_D18 : [] ==> LAN_CLKREQ_ODL */
PAD_CFG_NF(GPP_D18, NONE, DEEP, NF1),
/* GPP_D18 : Not Connected */
PAD_NC(GPP_D18, NONE),
/* GPP_D19 : [] ==> EC_SOC_REC_SWITCH_ODL */
PAD_CFG_GPI_LOCK(GPP_D19, NONE, LOCK_CONFIG),
/* GPP_D20 : [] ==> SSD_CLKREQ_ODL */