mb/google/volteer: Remove power_gpio from baseboard
Along with upstream kernel for Retimer firmware update, coreboot defines power control for each DFP respectively under host router. This change removes the power_gpio from baseboard. Individual DFPx power_gpio will be added once the dependent definition is complete. BUG=b:186521258 TEST=Build image successfully. Signed-off-by: John Zhao <john.zhao@intel.com> Change-Id: Iec2437ab20d283d080752a80aa4514aa9af6897e Reviewed-on: https://review.coreboot.org/c/coreboot/+/52711 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
7d365be915
commit
bc9ab17852
|
@ -477,10 +477,6 @@ chip soc/intel/tigerlake
|
|||
device ref tbt_dma0 on
|
||||
probe DB_USB USB4_GEN2
|
||||
probe DB_USB USB4_GEN3
|
||||
chip drivers/intel/usb4/retimer
|
||||
register "power_gpio" = "ACPI_GPIO_OUTPUT_ACTIVE_HIGH(GPP_H10)"
|
||||
device generic 0 on end
|
||||
end
|
||||
end
|
||||
device ref gna on end
|
||||
device ref north_xhci on end
|
||||
|
|
Loading…
Reference in New Issue