imx6sl lcdif - disable LCD_RESET?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx6sl lcdif - disable LCD_RESET?

543件の閲覧回数
nigelevans
Contributor III

Hi,

I have a display driver working in u-boot which sets up my display over spi ready for RGB interface mode later on.

However, when kernel boots, it uses &lcdif and mxsfb driver which sends reset signal to the display.

Is there a way to disable the reset in kernel?

I have tried setting mux of pin as follows in dts:

MX6SL_PAD_LCD_RESET__GPIO2_IO19 0x80000000

But still the mxsfb driver toggles the reset line.

Thanks,

ラベル(1)
0 件の賞賛
返信
1 返信

453件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi nigel

could you try to set reset line as input in uboot after display was

configured, 0x80000000 sets iomux untouched in linux.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信