mb/google/zork: Drop TODO for GPIO_91
GPIO_91 is added to ACPI using the device tree entry for codec. So, this change drops the TODO from GPIO table. Change-Id: I9c2e91465ab554126531f8512028360ae5fb316d Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/43699 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
fd4fbe8148
commit
7f892b51f4
|
@ -107,7 +107,7 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
|
|||
PAD_GPO(GPIO_89, HIGH),
|
||||
/* RAM ID 1 */
|
||||
PAD_GPI(GPIO_90, PULL_NONE),
|
||||
/* EN_SPKR TODO: Verify driver enables this (add to ACPI) */
|
||||
/* EN_SPKR */
|
||||
PAD_GPO(GPIO_91, LOW),
|
||||
/* CLK_REQ0_L - WIFI */
|
||||
PAD_NF(GPIO_92, CLK_REQ0_L, PULL_NONE),
|
||||
|
|
|
@ -113,7 +113,7 @@ static const struct soc_amd_gpio gpio_set_stage_ram[] = {
|
|||
PAD_GPO(GPIO_89, HIGH),
|
||||
/* Testpoint */
|
||||
PAD_NC(GPIO_90),
|
||||
/* EN_SPKR TODO: Verify driver enables this (add to ACPI) */
|
||||
/* EN_SPKR */
|
||||
PAD_GPO(GPIO_91, LOW),
|
||||
/* CLK_REQ0_L - WIFI */
|
||||
PAD_NF(GPIO_92, CLK_REQ0_L, PULL_NONE),
|
||||
|
|
Loading…
Reference in New Issue