In Android 4.3 I config as follow:
1. bootargs:
console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDBXGA,if=RGB24,bpp=18 ldb=sin0 video=mxcfb1:off video=mxcfb2:off fbmem=10
M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
in ldb.c:
static struct fb_videomode ldb_modedb[] = {
{
"LDB-XGA", 60, 1280, 800, 13623,
80, 48,
15, 2,
32, 47,
0,
FB_VMODE_NONINTERLACED,
FB_MODE_IS_DETAILED,
},
};
In Andorid 5.0 :
1. bootargs:
console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDBXGA,if=RGB24,bpp=18 ldb=sin0 video=mxcfb1:off video=mxcfb2:off fbmem=10
M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale androidboot.selinux=disabled android
boot.dm_verity=disabled
2:dts: mxcfb1 config as follow,I was confuse, How to config the LVDS0 pins in tthe DT?
