aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-10-23 08:56:28 +0200
committerNico Huber <nico.h@gmx.de>2015-10-23 11:38:53 +0200
commitefb9d95523c087a85e891d68f522ef145d832985 (patch)
tree99cd73d07d85c2a85eeacc4a090211fd5d34ecbd /src
parent1ecf252c38dd64dc83c0851abbce03da72d9509d (diff)
intel/cougar_canyon2: fix build
The reintroduction of cougar_canyon2 crossed beams with the moving the GMA display brightness data in ACPI into individual mainboards. Make things build again by having the board use the same default values that it used to use automatically. They may be wrong, but no worse than what was there before. Change-Id: Id788034c38b42e1c35d9cd17e9bbb2ce49e3e91c Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/12132 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/intel/cougar_canyon2/dsdt.asl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/intel/cougar_canyon2/dsdt.asl b/src/mainboard/intel/cougar_canyon2/dsdt.asl
index 82d6ee5076..6e793c4690 100644
--- a/src/mainboard/intel/cougar_canyon2/dsdt.asl
+++ b/src/mainboard/intel/cougar_canyon2/dsdt.asl
@@ -45,6 +45,7 @@ DefinitionBlock(
{
#include <northbridge/intel/fsp_sandybridge/acpi/sandybridge.asl>
#include <southbridge/intel/fsp_bd82x6x/acpi/pch.asl>
+ #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
}
}