Furquan Shaikh has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42873 )
Change subject: mb/amd/padmelon: Drop SCI configuration for GPIO_137 ......................................................................
mb/amd/padmelon: Drop SCI configuration for GPIO_137
GPIO_137 does not have any gevent associated with it. This change drops the configuration of GPIO_137 as SCI for padmelon.
Change-Id: I0579d05bda4523bbb5e3441d2a3b6e2b33b05cfc Signed-off-by: Furquan Shaikh furquan@google.com --- M src/mainboard/amd/padmelon/gpio.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/73/42873/1
diff --git a/src/mainboard/amd/padmelon/gpio.c b/src/mainboard/amd/padmelon/gpio.c index 2918647..7897d7b 100644 --- a/src/mainboard/amd/padmelon/gpio.c +++ b/src/mainboard/amd/padmelon/gpio.c @@ -26,7 +26,6 @@ /* DEVSLP1 */ PAD_NF(GPIO_70, DEVSLP1, PULL_UP), /* WLAND */ - PAD_SCI(GPIO_137, PULL_UP, LEVEL_LOW), PAD_WAKE(GPIO_137, PULL_UP, LEVEL_LOW, S3), #else /* PCIE_WAKE */