mb/rodarv11: Remove unuseful "_ALI: Ambient Light Illuminance"
Change-Id: I0cbdcd5a787d99e2579a312a51c63d7fc4120462 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/72759 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
5d9612af2e
commit
f14a337f19
|
@ -8,7 +8,7 @@ Device (ALSD)
|
|||
Return (0x0f)
|
||||
}
|
||||
|
||||
Method (_ALI, 0, NotSerialized) // _ALI: Ambient Light Illuminance
|
||||
Method (_ALI, 0, NotSerialized)
|
||||
{
|
||||
Local0 = \_SB.PCI0.LPCB.EC0.LUXH
|
||||
Local0 = (Local0 << 8) | \_SB.PCI0.LPCB.EC0.LUXL
|
||||
|
|
Loading…
Reference in New Issue