diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-03-06 11:46:31 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-06-17 14:25:40 +0000 |
commit | c98ef0dd259fe458afe070ea3857c9451663ce44 (patch) | |
tree | 91f6c22efd34bf67c0f868c3adf51a3147ed2c9b /src/mainboard | |
parent | 5f15771616e54b3c7c4d41d1673131a95f154328 (diff) |
mb/google/brya/base/nissa: Add default GMA panel
Enables ACPI brightness controls to be generated, and display
brightness controls to be functional under Windows.
TEST=build/boot Win11 on google/brya (craaskin), verify display
brightness controls present and functional.
Change-Id: I821b912cf52b5b89c5c9d831a5a15566b1b31639
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83071
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb b/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb index 495b5713da..2ab9a3d195 100644 --- a/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb +++ b/src/mainboard/google/brya/variants/baseboard/nissa/devicetree.cb @@ -185,6 +185,7 @@ chip soc/intel/alderlake .backlight_off_delay_ms = 200, .backlight_pwm_hz = 200, }" + register "gfx" = "GMA_DEFAULT_PANEL(0)" end device ref dtt on end device ref tcss_xhci on end |