This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Why is LCD display cleared after 10 minutes?

Other Parts Discussed in Thread: AM3517

We're running linux from TI's TI_Android_GingerBread_2_3_4Sources release, on an AM3517evm.  This question pertains to a non-android build we do using configuration am3517_evm_defconfig.

We've disabled TI's kernel boot progress screen on the LCD display.  So, during the kernel boot, the penguin displays on the LCD.  But, after 10 minutes, the penguin disappears, simultaneous with a call being made to function sharp_lq_bl_update_status() in our LCD driver (panel-sharp-lq043t1dg01).  By the way, this function wasn't in the original TI version of this driver, but I ported it over from a driver that had backlight support (panel-sharp-ls037v7dw01) and added the logs.

I want the penguin to remain on the display.  So, I want this 10 minute timer to keep from firing, or perhaps to stretch it out to a huge number if that's easier.

Can anyone tell me where the value for this 10 minute timer is defined, or where the timer is actually set?

Thanks,
Ron