mb/google/brox/var/lotso: Add RTS522A vdd ctrl by GPP_A17
For next DVT build, hw adds this power ctrl. BUG=b:359409425 TEST=emerge-brox sys-boot/coreboot sys-boot/chromeos-bootimage Change-Id: Id256b3a94d3c8ed6f6832d63ecc74c2438c7d15a Signed-off-by: Jian Tong <tongjian@huaqin.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84254 Reviewed-by: Kun Liu <liukun11@huaqin.corp-partner.google.com> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
658e274b9f
commit
42a6c0c24d
2 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
/* Pad configuration in ramstage */
|
||||
static const struct pad_config override_gpio_table[] = {
|
||||
/* GPP_D03 : [] ==> EN_PP3300_SD */
|
||||
PAD_CFG_GPO_LOCK(GPP_A17, 1, LOCK_CONFIG),
|
||||
/* GPP_B14 : [NF1: SPKR NF2: TIME_SYNC1 NF4: SATA_LED# NF5: ISH_GP6
|
||||
* NF6: USB_C_GPP_B14] ==> ACZ_SPKR */
|
||||
PAD_CFG_NF(GPP_B14, NONE, DEEP, NF1),
|
||||
|
|
|
|||
|
|
@ -360,6 +360,7 @@ chip soc/intel/alderlake
|
|||
.pcie_rp_aspm = ASPM_L1,
|
||||
}"
|
||||
chip soc/intel/common/block/pcie/rtd3
|
||||
register "enable_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_A17)"
|
||||
register "reset_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_LOW(GPP_E7)"
|
||||
register "enable_delay_ms" = "1"
|
||||
register "srcclk_pin" = "3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue