Felix Held has submitted this change. ( https://review.coreboot.org/c/coreboot/+/59258 )
Change subject: mb/starlabs/labtop: Remove display from devicetree ......................................................................
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 --- M src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved
diff --git a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb index 0b78914..6bfe208 100644 --- a/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb +++ b/src/mainboard/starlabs/labtop/variants/tgl/devicetree.cb @@ -4,8 +4,6 @@ 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
9 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.