Hello everyone, This patch series add support for the Crystal Clear Technology CMT430B19N00 4.3" 480x272 TFT-LCD panel. It also adds Crystal Clear Technology to vendor-prefixes.yaml. Please note that unfortunately there is no public datasheet available for this panel. Changes in v3: - PATCH 3/3: use display_timing structure instead of display_mode structure as suggested by Maxime Ripard. - Link to v2: https://lore.kernel.org/all/20240304160454.96977-1-jeremie.dautheribes@xxxxxxxxxxx/ Changes in v2: - add link to the Crystal Clear Technology website in commit message, as suggested by Conor Dooley and Neil Armstrong. - Link to v1: https://lore.kernel.org/all/20240223134517.728568-1-jeremie.dautheribes@xxxxxxxxxxx/ Regards, Jérémie Jérémie Dautheribes (3): dt-bindings: Add Crystal Clear Technology vendor prefix dt-bindings: display: simple: add support for Crystal Clear CMT430B19N00 drm/panel: simple: add CMT430B19N00 LCD panel support .../bindings/display/panel/panel-simple.yaml | 2 ++ .../devicetree/bindings/vendor-prefixes.yaml | 2 ++ drivers/gpu/drm/panel/panel-simple.c | 29 +++++++++++++++++++ 3 files changed, 33 insertions(+) -- 2.34.1