rk886: Add ACPI support for LID switch

Change-Id: Ib5a34491531228db9a9232322bd573fded27ee67
Signed-off-by: Patrick Georgi <patrick.georgi@secunet.com>
Reviewed-on: http://review.coreboot.org/924
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Patrick Georgi 2012-04-20 15:31:16 +02:00 committed by Stefan Reinauer
parent 3294a0f1ca
commit f526889e8b
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Device (LID0)
Name(_HID, EisaId("PNP0C0D"))
Method(_LID, 0)
{
Return (1)
Return (\_SB.PCI0.LPCB.EC0.P61S)
}
}