diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2023-09-05 12:21:40 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-11-16 18:11:25 +0000 |
commit | 31327d8b4bc74cc24e2773f3d59fb50cd02109ef (patch) | |
tree | 36adb39283d047897420916895b5607972d658d7 /src | |
parent | 26e7c1eae4120b0d7212d28f6dfa25f14484d319 (diff) |
mb/google/skyrim/frostflow: Drop GPIO override for camera shutter
Appears to not be used under Windows, Linux, or ChromeOS, and causes
high CPU usage at idle under Windows.
BUG=none
TEST=build/boot Win11, Linux on google/frostflow, verify camera shutter
function unchanged, CPU usage under Windows idles where expected.
Change-Id: I8a6ea3b886766bdb055b40949c75bec0264eecc5
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77678
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/skyrim/variants/frostflow/gpio.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/google/skyrim/variants/frostflow/gpio.c b/src/mainboard/google/skyrim/variants/frostflow/gpio.c index 45ead98f77..a063159687 100644 --- a/src/mainboard/google/skyrim/variants/frostflow/gpio.c +++ b/src/mainboard/google/skyrim/variants/frostflow/gpio.c @@ -7,8 +7,6 @@ /* GPIO configuration in ramstage */ static const struct soc_amd_gpio override_gpio_table[] = { - /* EN_PWR_WWAN_X => CAM_PSW_L */ - PAD_INT(GPIO_8, PULL_NONE, BOTH_EDGES, STATUS_DELIVERY), /* SOC_SAR_INT_L => Unused */ PAD_NC(GPIO_17), /* WWAN_RST_L => Unused */ |