Hi all, Picking up this long-standing series which added support for Microtips' and LincolnTech's dual-lvds panels. Microtips Technology Solutions USA, and Lincoln Technology Solutions are 2 display panel vendors, and the patches 1/6 and 2/6 add their vendor prefixes. Patch 3/6 adds panel specific compatibles to the binding for simple panels with 2 lvds ports. Lastly, patches 4/6 through 6/6 add the timing parameters and the compatibles in the panel-simple driver file. This series has changed from v2 in that it is not trying to add a new schema for panel-dual-lvds anymore. There is no requirement for that today. So patches 3/4 and 4/4 from v2 have completely been dropped. And in their place, have come new patches - 3/6 through 6/6. Patches 1/4 and 2/4 from v2 are now 1/6 and 2/6 respectively, and I have carried the tags provided by Laurent Pinchart and Krzysztof Kozlowski. Regards Aradhya Changes in V3: ============== - Drop the schema for "panel-dual-lvds". - Instead add the panels under schema for simple panels with dual ports. - Add support for these panels in panel-simple driver. Changes in V2: ============== - Rebased to latest linux-next. - Made dt-binding syntax corrections in Patch 3/4, based on comments by Krzysztof Kozlowski and Laurent Pinchart. V2: https://lore.kernel.org/all/20230124101238.4542-1-a-bhatia1@xxxxxx/ V1: https://lore.kernel.org/all/20230103064615.5311-1-a-bhatia1@xxxxxx/ Aradhya Bhatia (6): dt-bindings: vendor-prefixes: Add microtips dt-bindings: vendor-prefixes: Add lincolntech dt-bindings: display: simple: Add Microtips & Lincolntech Dual-LVDS Panels drm/panel: simple: Add Lincoln Tech Sol LCD185-101CT panel drm/panel: simple: Add Microtips Technology 13-101HIEBCAF0-C panel drm/panel: simple: Add Microtips Technology MF-103HIEB0GA0 panel .../panel/panel-simple-lvds-dual-ports.yaml | 6 ++ .../devicetree/bindings/vendor-prefixes.yaml | 4 + drivers/gpu/drm/panel/panel-simple.c | 96 +++++++++++++++++++ 3 files changed, 106 insertions(+) base-commit: 82d92a9a1b9ea0ea52aff27cddd05009b4edad49 -- 2.34.1