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>
This commit is contained in:
parent
6a8e0b14f7
commit
0bb9104ead
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue