diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-02-03 08:13:44 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-17 15:43:44 +0000 |
commit | b2a76312a5fc1a90c4f867d77132b95eccafccba (patch) | |
tree | 3b96c5a520c991e99ed57dd5c0f1e9e166c1887f /src/mainboard/roda | |
parent | f14a337f194068d3d52ae7151dfa6dfff3e4d15b (diff) |
mb/roda/rv11: Remove unuseful "_ALR: Ambient Light Response"
Change-Id: I3a846d8e4b70ccb3e6fde448c00376cd0088716c
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72760
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 a15b4d4c14..8bc61df06d 100644 --- a/src/mainboard/roda/rv11/acpi/alsd.asl +++ b/src/mainboard/roda/rv11/acpi/alsd.asl @@ -17,7 +17,7 @@ Device (ALSD) Return (Local0) } - Name (_ALR, Package (0x05) // _ALR: Ambient Light Response + Name (_ALR, Package (0x05) { Package (0x02) { |