bolt: make the gpio interrupts edge sensitive
The drivers in the kernel expect the devices using gpios to generate interrupts to be edge sensitive. Make it so. BUG=None BRANCH=None TEST=Built and booted. Devices continue to work. Change-Id: I920ef621682d33ba081f737e97f0239f903db2f7 Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/61678 Reviewed-by: Stefan Reinauer <reinauer@google.com> Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
This commit is contained in:
parent
84addac9c6
commit
704a400fa9
1 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ Scope (\_SB)
|
|||
|
||||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
Interrupt (ResourceConsumer, Level, ActiveLow)
|
||||
Interrupt (ResourceConsumer, Edge, ActiveLow)
|
||||
{
|
||||
BOARD_TRACKPAD_IRQ
|
||||
}
|
||||
|
|
@ -84,7 +84,7 @@ Scope (\_SB)
|
|||
|
||||
Name (_CRS, ResourceTemplate()
|
||||
{
|
||||
Interrupt (ResourceConsumer, Level, ActiveLow)
|
||||
Interrupt (ResourceConsumer, Edge, ActiveLow)
|
||||
{
|
||||
BOARD_TOUCHSCREEN_IRQ
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue