aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
diff options
context:
space:
mode:
authorRuihai Zhou <zhouruihai@huaqin.corp-partner.google.com>2024-03-26 14:49:07 +0800
committerFelix Held <felix-coreboot@felixheld.de>2024-04-09 09:19:56 +0000
commit9e6b9992ff6480974ff4325bc78e688037e0e861 (patch)
tree5e0c1eaee686912b0aa1c66cbbf084d0c32ac31f /src/drivers
parentf867c9c5473156617691d78350c362cd993bfcdd (diff)
drivers/mipi: Fine tune clock for BOE_NV110WUM_L60
Fine tune the panel clock to prevent mipi noise from affecting wifi band. After tuning, the panel refresh rate keeps at 60Hz and wifi test passed. Just keep consistent with the Linux kernel panel driver panel-boe-tv101wum-nl6 [1] configuration. [1] https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/5029075/59 BUG=b:330807136 TEST=fw screen display normally Signed-off-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> Change-Id: Ic44c86f062d4e836f403ee97f2fc6370fff02797 Reviewed-on: https://review.coreboot.org/c/coreboot/+/81438 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yu-Ping Wu <yupingso@google.com> Reviewed-by: cong yang <yangcong5@huaqin.corp-partner.google.com> Reviewed-by: Yidi Lin <yidilin@google.com> Reviewed-by: Eric Lai <ericllai@google.com>
Diffstat (limited to 'src/drivers')
-rw-r--r--src/drivers/mipi/panel-BOE_NV110WUM_L60.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/mipi/panel-BOE_NV110WUM_L60.c b/src/drivers/mipi/panel-BOE_NV110WUM_L60.c
index d30a1cfee3..029537b6f8 100644
--- a/src/drivers/mipi/panel-BOE_NV110WUM_L60.c
+++ b/src/drivers/mipi/panel-BOE_NV110WUM_L60.c
@@ -9,10 +9,10 @@ struct panel_serializable_data BOE_NV110WUM_L60 = {
.panel_bits_per_color = 8,
.panel_bits_per_pixel = 24,
.mode = {
- .pixel_clock = 162760,
+ .pixel_clock = 166400,
.lvds_dual_channel = 0,
.refresh = 60,
- .ha = 1200, .hbl = 120, .hso = 50, .hspw = 20,
+ .ha = 1200, .hbl = 150, .hso = 65, .hspw = 20,
.va = 1920, .vbl = 135, .vso = 115, .vspw = 8,
.phsync = '-', .pvsync = '-',
.x_mm = 147, .y_mm = 235,