summaryrefslogtreecommitdiffstats
path: root/src/mainboard/samsung/stumpy
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-04-01 01:51:07 -0500
committerMatt DeVillier <matt.devillier@gmail.com>2020-04-04 17:01:26 +0000
commit37f3d7bb706f4ee93e7a378028fc328ebbe08ca8 (patch)
treea81264883c0591e5208ccabe8a635e3da2f51b37 /src/mainboard/samsung/stumpy
parent118a9c7b0368f79a00b017c799e2562c229269d2 (diff)
downloadcoreboot-37f3d7bb706f4ee93e7a378028fc328ebbe08ca8.tar.gz
coreboot-37f3d7bb706f4ee93e7a378028fc328ebbe08ca8.tar.bz2
coreboot-37f3d7bb706f4ee93e7a378028fc328ebbe08ca8.zip
mb/samsung/stumpy: Drop ACPI brightness controls
Stumpy is a Chromebox without a built-in display, and now that default_brightness_levels.asl is no longer required for all boards in a platform, drop it and the default panel definition. Test: build/boot stumpy Change-Id: Iaf475f3529dd19330ea46532e9ffd20b44893f7e Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40046 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/samsung/stumpy')
-rw-r--r--src/mainboard/samsung/stumpy/devicetree.cb2
-rw-r--r--src/mainboard/samsung/stumpy/dsdt.asl2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/samsung/stumpy/devicetree.cb b/src/mainboard/samsung/stumpy/devicetree.cb
index 8e79b393e2c5..df640b55fd25 100644
--- a/src/mainboard/samsung/stumpy/devicetree.cb
+++ b/src/mainboard/samsung/stumpy/devicetree.cb
@@ -1,6 +1,4 @@
chip northbridge/intel/sandybridge
- # IGD Displays
- register "gfx" = "GMA_STATIC_DISPLAYS(0)"
# Enable DisplayPort 1 Hotplug with 6ms pulse
register "gpu_dp_d_hotplug" = "0x06"
diff --git a/src/mainboard/samsung/stumpy/dsdt.asl b/src/mainboard/samsung/stumpy/dsdt.asl
index fa5ad510008a..b5bb0ef684ad 100644
--- a/src/mainboard/samsung/stumpy/dsdt.asl
+++ b/src/mainboard/samsung/stumpy/dsdt.asl
@@ -28,8 +28,6 @@ DefinitionBlock(
{
#include <northbridge/intel/sandybridge/acpi/sandybridge.asl>
#include <southbridge/intel/bd82x6x/acpi/pch.asl>
-
- #include <drivers/intel/gma/acpi/default_brightness_levels.asl>
}
}