samus: Change GPIO controller label to INT3437:00
This matches the label exported by the GPIO controller in the kernel and allows more speicific matches if there are other devices that also export GPIOs. BUG=chrome-os-partner:33098 BRANCH=samus TEST=crossystem wpsw_cur returns 1 Change-Id: I655549d0f0eca341581bfbf845162d8b9f5e993d Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/224136 Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
c5f77fa319
commit
736679136a
1 changed files with 2 additions and 2 deletions
|
|
@ -18,6 +18,6 @@
|
|||
*/
|
||||
|
||||
Name (OIPG, Package() {
|
||||
Package () { 0x0001, 0, 0xFFFFFFFF, "PCH-LP" }, // no recovery button
|
||||
Package () { 0x0003, 1, 16, "PCH-LP" }, // firmware write protect
|
||||
Package () { 0x0001, 0, 0xFFFFFFFF, "INT3437:00" }, // no recovery button
|
||||
Package () { 0x0003, 1, 16, "INT3437:00" }, // firmware write protect
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue