Re: [PATCH v2 2/2] drm/bridge: fsl-ldb: Add i.MX93 LDB support

2023-01-22 Thread Marek Vasut
On 1/22/23 13:18, Liu Ying wrote: Same to i.MX8mp LDB, i.MX93 LDB is controlled by mediamix blk-ctrl through LDB_CTRL and LVDS_CTRL registers. i.MX93 LDB supports only one LVDS channel(channel 0) and it's LVDS_CTRL register bit1 is used as LVDS_EN instead of CH1_EN. Add i.MX93 LDB support in th

[PATCH v2 2/2] drm/bridge: fsl-ldb: Add i.MX93 LDB support

2023-01-22 Thread Liu Ying
Same to i.MX8mp LDB, i.MX93 LDB is controlled by mediamix blk-ctrl through LDB_CTRL and LVDS_CTRL registers. i.MX93 LDB supports only one LVDS channel(channel 0) and it's LVDS_CTRL register bit1 is used as LVDS_EN instead of CH1_EN. Add i.MX93 LDB support in the existing i.MX8mp LDB bridge driver