Tool/software:
Hi Team
-
Attached the dts file changes for reference. (qcs615-custom.dts)
-
Used "ti-sn65dsi83.c" bridge driver and enabled the driver in defconfig file.
-
Used "panel-simple.c" file to pass LVDS timing parameter. (https://github.com/nxp-imx/linux-imx/blob/lf-6.12.y/drivers/gpu/drm/panel/panel-simple.c) and updated the timing as per our LVDS. (LVDS-timing-paramet-passed-through-panel-simple-driver-file.txt)
-
Attached the boot-log for reference. (SN65DSI84.txt)
-
Attached the LVDS datasheet for reference. (ATM0700L6L.pdf)
Request your support in this
Regards,
Shwetha Nayak
static const struct display_timing multi_inno_mi0800ft_9_timing = { .pixelclock = { 32000000, 40000000, 50000000 }, .hactive = { 800, 800, 800 }, .hfront_porch = { 16, 210, 354 }, .hback_porch = { 46, 46, 46 }, .hsync_len = { 1, 20, 40 }, .vactive = { 600, 600, 600 }, .vfront_porch = { 1, 12, 77 }, .vback_porch = { 23, 23, 23 }, .vsync_len = { 1, 10, 20 }, .flags = DISPLAY_FLAGS_HSYNC_LOW | DISPLAY_FLAGS_VSYNC_LOW | DISPLAY_FLAGS_DE_HIGH | DISPLAY_FLAGS_PIXDATA_POSEDGE | DISPLAY_FLAGS_SYNC_POSEDGE, }; static const struct panel_desc multi_inno_mi0800ft_9 = { .timings = &multi_inno_mi0800ft_9_timing, .num_timings = 1, .bpc = 8, .size = { .width = 162, .height = 122, }, .bus_format = MEDIA_BUS_FMT_RGB666_1X18, //MEDIA_BUS_FMT_RGB888_1X24, .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_SAMPLE_NEGEDGE | DRM_BUS_FLAG_SYNC_SAMPLE_NEGEDGE, .connector_type = DRM_MODE_CONNECTOR_DPI, };