mb/lenovo/t400: Add LTN154X3-L02 to list of known displays

TESTED on Lenovo T500

Change-Id: I9c9fef82ca4af99c7d4813e0ab0e315fde93b972
Signed-off-by: Kevin Keijzer <kevin@quietlife.nl>
Reviewed-on: https://review.coreboot.org/22475
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Kevin Keijzer 2017-11-15 15:58:31 +01:00 committed by Idwer Vollering
parent 690afa1f8c
commit 15af281744
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ static const struct blc_pwm_t blc_entries[] = {
/* T500 */
{"LP154W02-TL06", 110},
{"LTN154P3-L02", 110},
{"LTN154X3-L02", 110},
};
int get_blc_values(const struct blc_pwm_t **entries)