aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/tgl-u/acpi/mainboard.asl
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2022-12-05 08:49:46 -0700
committerFelix Held <felix-coreboot@felixheld.de>2023-03-04 01:59:36 +0000
commit1f81af52a4efde39ba0127b724c6c2e19d0329cd (patch)
tree090f8e9d9112307cdff8aacb5d7a4c837359f0c1 /src/mainboard/system76/tgl-u/acpi/mainboard.asl
parentd5d56b3d42efeeebde9a8867d95e21d7b698aa18 (diff)
mb/system76: Add custom backlight levels for Intel GMA
Add custom backlight levels for all models except: - addw1/addw2: Uses an OLED display - bonw14: Does not use the iGPU Change-Id: Ibea37f19acca0d718211fc41706019a92a240c70 Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/61301 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src/mainboard/system76/tgl-u/acpi/mainboard.asl')
-rw-r--r--src/mainboard/system76/tgl-u/acpi/mainboard.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/system76/tgl-u/acpi/mainboard.asl b/src/mainboard/system76/tgl-u/acpi/mainboard.asl
index 4675bc94b8..c982a9ee4c 100644
--- a/src/mainboard/system76/tgl-u/acpi/mainboard.asl
+++ b/src/mainboard/system76/tgl-u/acpi/mainboard.asl
@@ -6,4 +6,7 @@
Scope (\_SB) {
#include "sleep.asl"
+ Scope (PCI0) {
+ #include "backlight.asl"
+ }
}