Attention is currently required from: Subrata Banik, Kangheui Won, Reka Norman, Tim Wawrzynczak. Hello Subrata Banik, Kangheui Won, Reka Norman, Tim Wawrzynczak,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/64091
to look at the new patch set (#2).
Change subject: mb/google/nissa/var/nivviks: Update pen detect gpio ......................................................................
mb/google/nissa/var/nivviks: Update pen detect gpio
If use GPIO_DRIVER_LOCK will cause kernel driver can't change to IRQ. Thus, we need to set it as INT in coreboot to make the IRQ work.
BUG=b:223476974 TEST=evtest work as expected. Input driver version is 1.0.1 Input device ID: bus 0x19 vendor 0x1 product 0x1 version 0x100 Input device name: "PRP0001:00" Supported events: Event type 0 (EV_SYN) Event type 5 (EV_SW) Event code 15 (SW_PEN_INSERTED) state 0 Properties: Testing ... (interrupt to exit) Event: type 5 (EV_SW), code 15 (SW_PEN_INSERTED), value 1 Event: -------------- SYN_REPORT ------------ Event: type 5 (EV_SW), code 15 (SW_PEN_INSERTED), value 0
Signed-off-by: Eric Lai eric_lai@quanta.corp-partner.google.com Change-Id: I5f9fdfb2622b4b955da216119e74c6f7d5795d36 --- M src/mainboard/google/brya/variants/baseboard/nissa/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/91/64091/2