Message ID | 20241216-tianma_tm070jdhg34-v2-0-0b319a0bac39@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/panel: simple: Add Tianma TM070JDHG34-00 DT bindings and driver support | expand |
Hi, On Mon, 16 Dec 2024 17:21:33 +0100, Luca Ceresoli wrote: > This small series adds DT bindings and panel-simple implementation for the > Tianma TM070JDHG34-00 7" panel. Due to how the datasheet computes the > blanking time, a quirk is needed in the timing implementation. A comment > documents that in patch 2. > > Thanks, Applied to https://gitlab.freedesktop.org/drm/misc/kernel.git (drm-misc-next) [1/2] dt-bindings: display: simple: Add Tianma TM070JDHG34-00 panel https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/0c8d3b4a0342c5feb6887d18efd1273d80530674 [2/2] drm/panel: simple: Add Tianma TM070JDHG34-00 panel support https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/bf6daaa281f7d11fcd91a68935142916afc51c53
This small series adds DT bindings and panel-simple implementation for the Tianma TM070JDHG34-00 7" panel. Due to how the datasheet computes the blanking time, a quirk is needed in the timing implementation. A comment documents that in patch 2. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> --- Changes in v2: - Fix bindings patch - add Reviewed-by tag - Link to v1: https://lore.kernel.org/r/20241210-tianma_tm070jdhg34-v1-0-9fb7fe6b6cf0@bootlin.com --- Luca Ceresoli (2): dt-bindings: display: simple: Add Tianma TM070JDHG34-00 panel drm/panel: simple: Add Tianma TM070JDHG34-00 panel support .../bindings/display/panel/panel-simple.yaml | 2 ++ drivers/gpu/drm/panel/panel-simple.c | 42 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) --- base-commit: 2ade8304e5fce7b972ef46011946186f1466c9bf change-id: 20241210-tianma_tm070jdhg34-60cb8440b164 Best regards,