mb/google/hatch: Fix Kohaku pen GPIO configuration
Oops, I missed this in the last CL. The pin needs to be configured as owned by GPIO, so that the kernel driver can bind it with an IRQ. BUG=b:139165490 TEST=Ensure kernel nastygram about inability to claim the IRQ is gone Change-Id: I26c08d75d8b4e3b834db6e90868239899605fa5b Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34815 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
parent
3a323808f6
commit
0caf834c8f
|
@ -26,7 +26,7 @@ static const struct pad_config gpio_table[] = {
|
|||
/* A10 : PEN_RESET_ODL */
|
||||
PAD_CFG_GPO(GPP_A10, 1, DEEP),
|
||||
/* A16 : EMR_GARAGE_DET (notification) */
|
||||
PAD_CFG_GPI_APIC(GPP_A16, NONE, PLTRST, LEVEL, NONE),
|
||||
PAD_CFG_GPI_GPIO_DRIVER(GPP_A16, NONE, PLTRST),
|
||||
/* A17 : PIRQA# ==> NC */
|
||||
PAD_NC(GPP_A17, NONE),
|
||||
/* A18 : ISH_GP0 ==> NC */
|
||||
|
|
Loading…
Reference in New Issue