ec: Remove hardcoded GPI offset in EC SCI
With LynxPoint-LP the SCI GPE is no longer a GPIO that is offset by 16. Remove the Add and fix up the link definition so it is still accurate. Change-Id: I091141183a09345b5ffe28365583e48019f9f5e5 Signed-off-by: Duncan Laurie <dlaurie@chromium.org> Reviewed-on: http://review.coreboot.org/3742 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
39fda6d915
commit
045222f312
@ -27,7 +27,7 @@ Device (EC0)
|
||||
{
|
||||
Name (_HID, EISAID ("PNP0C09"))
|
||||
Name (_UID, 1)
|
||||
Name (_GPE, Add(EC_SCI_GPI, 16))
|
||||
Name (_GPE, EC_SCI_GPI)
|
||||
Name (TOFS, EC_TEMP_SENSOR_OFFSET)
|
||||
Name (TNOP, 0xFD) // Thermal sensor has no power
|
||||
Name (TBAD, 0xFE) // Thermal sensor bad reading
|
||||
|
Reference in New Issue
Block a user