Hi Igor,
I tried with only the LVDS display (disabling the other screen on the LCD parallel port). I tried first on the command line (just removing the mxcfb1:LCD display, but it it still not working:
====
# dmesg | grep ldb
Kernel command line: console=ttymxc3,115200 mtdparts=gpmi-nand:15m(kernel_a),1m(dtb_a),15m(kernel_b),1m(dtb_b),128k(startup_a),128k(startup_b),16m(ramdisk),-(free);spi32765.0:768k(uboot),64k(ubenv_a),64k(ubenv_b),-(free) rdinit=/linuxrc rootfstype=ext4 rw rootwait root=/dev/mmcblk2p3 video=mxcfb0:dev=ldb,1920x1080M@60,if=RGB24,bpp=24 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off ldb=spl0 consoleblank=0 fbmem=48M
ldb ldb.14: split mode
ldb ldb.14: split mode or dual mode, ignoring second output
mxc_sdc_fb fb.17: registered mxc display driver ldb
# cd /sys/class/graphics/fb0/
# cat mode
U:1920x1080p-25
# cat fsl_disp_dev_property
ldb
# cd ..
# ls -l
total 0
lrwxrwxrwx 1 root root 0 May 5 13:07 fb0 -> ../../devices/soc0/fb.17/graphics/fb0
lrwxrwxrwx 1 root root 0 May 5 13:07 fb1 -> ../../devices/soc0/fb.17/graphics/fb1
lrwxrwxrwx 1 root root 0 May 5 13:07 fbcon -> ../../devices/virtual/graphics/fbcon
#
====
I tried also to comment the LCD output inside the device tree, but I have the same results.
====
/*
lcd@0 {
compatible = "fsl,lcd";
ipu_id = <0>;
disp_id = <0>;
default_ifmt = "RGB24";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_ipu1_1>;
status = "okay";
};
*/
====