diff options
author | Sean Rhodes <sean@starlabs.systems> | 2021-11-12 09:14:27 +0000 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-05 17:43:29 +0000 |
commit | 0bb9104eadb1f4673bfc90b8c6d6b87df738591c (patch) | |
tree | bebdac1932690929091617bdf1a7f4f6d17f0fb0 /src/mainboard | |
parent | 6a8e0b14f77c4f56cdf6b783001ec240ffa3d0c6 (diff) |
mb/starlabs/labtop: Remove display from devicetree
Remove display from devicetree as Intel's brightness
controls are not used on this platform.
This solves the below errors appearing in dmesg:
No Local Variables are initialized for Method [_BCL]
No Arguments are initialized for method [_BCL]
Signed-off-by: Sean Rhodes <sean@starlabs.systems>
Change-Id: Icf2f2fa33abd11952c888c9502d1d5ef1ad6544f
Reviewed-on: https://review.coreboot.org/c/coreboot/+/59258
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb index 0b789146ae..6bfe208e1e 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb @@ -4,8 +4,6 @@ chip soc/intel/tigerlake register "eist_enable" = "1" # Graphics - # IGD Displays - register "gfx" = "GMA_STATIC_DISPLAYS(0)" # Not used but timings left for reference # register "panel_cfg" = "{ # .up_delay_ms = 2000, // T3 |