diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-03 08:11:26 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:43:18 +0000 |
commit | f14a337f194068d3d52ae7151dfa6dfff3e4d15b (patch) | |
tree | 0495417138a80caf99155c36c876259be9c579c7 /src/mainboard/roda | |
parent | 5d9612af2e79be60654575ee43875416c271c373 (diff) |
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>
Diffstat (limited to 'src/mainboard/roda')
-rw-r--r-- | src/mainboard/roda/rv11/acpi/alsd.asl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/roda/rv11/acpi/alsd.asl b/src/mainboard/roda/rv11/acpi/alsd.asl index f01a1f0e2c..a15b4d4c14 100644 --- a/src/mainboard/roda/rv11/acpi/alsd.asl +++ b/src/mainboard/roda/rv11/acpi/alsd.asl @@ -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 |