samus: Make codec interrupt active high
The codec interrupt needs to be active high because multiple interrupt sources share this line: 1) Headphone plug detect 2) Mic present 3) Hotword detect These interrupt sources are OR-ed together. BUG=chrome-os-partner:29649 BRANCH=samus TEST=Jack detection works on samus Change-Id: Ief0a291d9455f2d03789198153781ff8133aa1ce Signed-off-by: Ben Zhang <benzh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/220588 Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
31d7276fbd
commit
348608fe61
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ Scope (\_SB.PCI0.I2C0)
|
|||
)
|
||||
|
||||
/* GPIO46 is PIRQO (use HOTWORD_DET as codec IRQ) */
|
||||
Interrupt (ResourceConsumer, Edge, ActiveLow) { 30 }
|
||||
Interrupt (ResourceConsumer, Edge, ActiveHigh) { 30 }
|
||||
|
||||
/*
|
||||
* Codec GPIOs are 1-based in the schematic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue