aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/hatch/dsdt.asl
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-06-07 04:05:55 -0500
committerPatrick Georgi <pgeorgi@google.com>2021-01-04 23:15:19 +0000
commitc5a3a4a602f938dbc6e2e63c96522e0b74b6c814 (patch)
tree4f2b462f4bf477a5ebe3bee5c049c463c528c75f /src/mainboard/google/hatch/dsdt.asl
parent2ece21244e6a6cb098ea2a4a056722bf3be4a907 (diff)
mb/google/hatch (baseboard): add ACPI backlight support
Add ACPI backlight support for boards selecting BOARD_GOOGLE_BASEBOARD_HATCH. PUFF-based variants do not have an internal panel, so do not need this. Test: build/boot Windows 10 20H2 on google/akemi, verify display backlight controls functional. Change-Id: I5ce4c6e1c78299e89760a1356da452d56ba0aee6 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/49058 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/hatch/dsdt.asl')
-rw-r--r--src/mainboard/google/hatch/dsdt.asl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/hatch/dsdt.asl b/src/mainboard/google/hatch/dsdt.asl
index 1395c8f204..d66844062f 100644
--- a/src/mainboard/google/hatch/dsdt.asl
+++ b/src/mainboard/google/hatch/dsdt.asl
@@ -26,6 +26,9 @@ DefinitionBlock(
{
#include <soc/intel/common/block/acpi/acpi/northbridge.asl>
#include <soc/intel/cannonlake/acpi/southbridge.asl>
+#if CONFIG(BOARD_GOOGLE_BASEBOARD_HATCH)
+ #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
+#endif
}
}