mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
drm/panel: simple: Tianma TM070JDHG34-00: add delays
Add power on/off delays for the Tianma TM070JDHG34-00.
Fixes: bf6daaa281 ("drm/panel: simple: Add Tianma TM070JDHG34-00 panel support")
Cc: stable@vger.kernel.org
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250411-tianma-p0700wxf1mbaa-v3-2-acbefe9ea669@bootlin.com
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250411-tianma-p0700wxf1mbaa-v3-2-acbefe9ea669@bootlin.com
This commit is contained in:
parent
12ad686ffd
commit
716c75afd8
|
|
@ -4476,6 +4476,12 @@ static const struct panel_desc tianma_tm070jdhg34_00 = {
|
|||
.width = 150, /* 149.76 */
|
||||
.height = 94, /* 93.60 */
|
||||
},
|
||||
.delay = {
|
||||
.prepare = 15, /* Tp1 */
|
||||
.enable = 150, /* Tp2 */
|
||||
.disable = 150, /* Tp4 */
|
||||
.unprepare = 120, /* Tp3 */
|
||||
},
|
||||
.bus_format = MEDIA_BUS_FMT_RGB888_1X7X4_SPWG,
|
||||
.connector_type = DRM_MODE_CONNECTOR_LVDS,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user