From 77ba882c67b98801232bace922471f22fafc0212 Mon Sep 17 00:00:00 2001 From: Werner Zeh Date: Tue, 4 Oct 2016 11:59:59 +0200 Subject: siemens/mc_tcu3: Increase LCD backlight turn-on delay to 500 ms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Due to different LCD panel requirements the delay between LVDS becomes active and the backlight is switched on needs to be increased to 500 ms. Change-Id: I09029624469aef412141c7b46224d48557ba4af1 Signed-off-by: Werner Zeh Reviewed-on: https://review.coreboot.org/16875 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Paul Menzel --- src/mainboard/siemens/mc_tcu3/ptn3460.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/siemens/mc_tcu3/ptn3460.c') diff --git a/src/mainboard/siemens/mc_tcu3/ptn3460.c b/src/mainboard/siemens/mc_tcu3/ptn3460.c index 21847bd275..bcf8d2c7b8 100644 --- a/src/mainboard/siemens/mc_tcu3/ptn3460.c +++ b/src/mainboard/siemens/mc_tcu3/ptn3460.c @@ -80,7 +80,7 @@ int ptn3460_init(char *hwi_block) cfg.lvds_interface_ctrl2 = 0x03; /* no clock spreading, 300 mV LVDS swing */ cfg.lvds_interface_ctrl3 = 0x00; /* no LVDS signal swap */ cfg.t2_delay = 1; /* Delay T2 (VDD to LVDS active) by 16 ms */ - cfg.t3_timing = 5; /* 250 ms from LVDS to backlight active */ + cfg.t3_timing = 10; /* 500 ms from LVDS to backlight active */ cfg.t12_timing = 20; /* 1 second re-power delay */ cfg.t4_timing = 3; /* 150 ms backlight off to LVDS inactive */ cfg.t5_delay = 1; /* Delay T5 (LVDS to VDD inactive) by 16 ms */ -- cgit v1.2.3