diff options
author | Kevin Keijzer <kevin@quietlife.nl> | 2017-08-27 22:05:52 +0200 |
---|---|---|
committer | Arthur Heymans <arthur@aheymans.xyz> | 2017-08-28 20:05:00 +0000 |
commit | 7bb0325884593bc9d3aceb4533703acfeb17084a (patch) | |
tree | aec7c890f5fb6208cff71d54b145b920494e3f06 /src/mainboard/lenovo/t400/blc.c | |
parent | 45448eda519d2df8df0996290eecc7e46d3407a8 (diff) |
mb/lenovo/t400/blc.c: Add B141EW05 V3 to whitelist
TESTED on Lenovo T400
Change-Id: I365aeb7e997def225c23d3287558bdc4eefa4298
Signed-off-by: Kevin Keijzer <kevin@quietlife.nl>
Reviewed-on: https://review.coreboot.org/21230
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/t400/blc.c')
-rw-r--r-- | src/mainboard/lenovo/t400/blc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/t400/blc.c b/src/mainboard/lenovo/t400/blc.c index 01f34c1c46..56f67386ab 100644 --- a/src/mainboard/lenovo/t400/blc.c +++ b/src/mainboard/lenovo/t400/blc.c @@ -21,6 +21,7 @@ static const struct blc_pwm_t blc_entries[] = { /* Vendor BIOS seems to intend to set PWM freq at 220Hz */ /* T400 */ {"B141EW04 V7 ", 110}, + {"B141EW05 V3 ", 450}, {"LP141WX3-TLR1", 110}, {"LP141WX5-TLP2", 450}, {"LTN141AT12401", 450}, |