STM32MP157CAA3 LCD ili9881 coupling
Hi,
I try to couple LCD TFT ili9881c (mipi dsi 2 lanes interface) with stm32mp157caa3.
My custom driver seems to be loading correctly.
When I type lsmod I get
Module Size Used by
cfg80211 651264 0
usb_f_rndis 24576 2
u_ether 20480 1 usb_f_rndis
libcomposite 49152 10 usb_f_rndis
galcore 516096 2
panel_ilitek_ili9881c 20480 0
dwmac_stm32 16384 0
stmmac_platform 20480 1 dwmac_stm32
stm32_adc_core 20480 0
spi_stm32 24576 0
sch_fq_codel 20480 3
ip_tables 24576 0
x_tables 24576 1 ip_tables
ipv6 512000 42Unfortunately, the display is not working, only the backlight is working.
I checked twice the dts and looks good, driver is loading well. I can't find anything with 'drm'. What I missed? Shall I add some additional driver in the kernel or something install in the roofs?
In the log, I can see only
[ 0.079013] platform 5a000000.dsi: Fixing up cyclic dependency with 5a001000.display-controllerand
[ 13.730531] [drm] Initialized stm 1.0.0 20170330 for 5a001000.display-controller on minor 0