diff options
author | Tim Crawford <tcrawford@system76.com> | 2024-09-05 09:25:24 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-09-19 15:25:11 +0000 |
commit | 190856897d8dc24bb98b887bdb4352052e19e1a0 (patch) | |
tree | 2d05ca85705a13e5a95c20a01386cdd8eeaa2121 /src | |
parent | 7664ad8a2f9204cbf3b4c90ffda157e99a672496 (diff) |
mb/system76/mtl: Enable gfx register for GMA ACPI
Add gfx register so GMA ACPI data is generated. Fixes brightness
controls on Windows.
Change-Id: I10948fb2ba670ba5232f1b116acdd1820ad0c07d
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84224
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/system76/mtl/devicetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/mtl/devicetree.cb b/src/mainboard/system76/mtl/devicetree.cb index 0bd6721808..d409380560 100644 --- a/src/mainboard/system76/mtl/devicetree.cb +++ b/src/mainboard/system76/mtl/devicetree.cb @@ -28,7 +28,7 @@ chip soc/intel/meteorlake [DDI_PORT_2] = DDI_ENABLE_HPD | DDI_ENABLE_DDC, }" - #register "gfx" = "GMA_DEFAULT_PANEL(0)" + register "gfx" = "GMA_DEFAULT_PANEL(0)" end device ref ioe_shared_sram on end device ref pmc_shared_sram on end |