Hi,
With reference to the post LINUX : MIPI DSI panel support, I have interfaced display with Snapdragon 410 in Linux.
Now I want to add the support for LCD in LK bootloader. I have enabled the splash screen and the panel in the LK. The LCD appears at the LK stage but after few seconds only the screen goes off and kernel crash appears with the following error:
pclk0_clk_src: rcg didn’t update its configuration.
[ 5.719975] ------------[ cut here ]------------
[ 5.720013] WARNING: at /home/einfochips/Qualcomm/Linux_410_16.06/Linaro_16.06/drivers/clk/qcom/clk-rcg2.c:109
[ 5.720063] Modules linked in:
[ 5.720073]
[ 5.720164] CPU: 1 PID: 29 Comm: kworker/u8:1 Not tainted 4.4.9-linaro-lt-qcom #22
[ 5.720191] Hardware name: Qualcomm Technologies, Inc. APQ 8016 SBC (DT)
[ 5.720511] Workqueue: deferwq deferred_probe_work_func
[ 5.720527] task: ffffffc0365b8c00 ti: ffffffc0365c4000 task.ti: ffffffc0365c4000
[ 5.720716] PC is at update_config+0xa8/0xb4
[ 5.720740] LR is at update_config+0xa8/0xb4
byte0_clk_src: rcg didn’t update its configuration.
[ 5.726207] ------------[ cut here ]------------
Can anyone please guide me in this to understand the flow of driver in drm and rectify the error?
Regards,
Divya