Both panels, kingdisplay-kd110n11-51ie and starry-2082109qfh040022-50e, use the HX83102 IC, so add the compatibility to the hx83102 binding file. Both kingdisplay-kd110n11-51ie and starry-2082109qfh040022-50e panels use HX83102 IC, so add these two panels to the driver panel-himax-hx83102.c. Dropped Neil's tags since V5 is very different from V4. Changes in v5: - PATCH 1/3: Both panels use the HX83102 IC so add the compatible to the hx83102 bindings file. - PATCH 2/3: The kd110n11-51ie panel uses the HX83102 IC, so add it to the hx83102 driver. - PATCH 3/3: The 2082109qfh040022-50e panel uses the HX83102 IC, so add it to the hx83102 driver. - Link to v4: https://lore.kernel.org/all/20250123064758.743798-1-yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes in v4: - PATCH 1/3: Single bindings patch for both panels with proper alphabetical order - PATCH 2/3: Adjust the alphabetical order of the compatible attribute - PATCH 3/3: Adjust the alphabetical order of the compatible attribute - Link to v3: https://lore.kernel.org/all/20250117091438.1486732-1-yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes in v3: - Link to v2: https://lore.kernel.org/all/20250117050410.933312-1-yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Changes in v2: - PATCH 1/4: Add compatible for KINGDISPLAY KD110N11-51IE - PATCH 2/4: Add compatible for STARRY 2082109QFH040022-50E - Link to v1: https://lore.kernel.org/all/20250116130530.3010117-1-yelangyan@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ Langyan Ye (3): dt-bindings: display: panel: Add a new compatible for the panels KD110N11-51IE and 2082109QFH040022-50E drm/panel: panel-himax-hx83102: support for kingdisplay-kd110n11-51ie MIPI-DSI panel drm/panel: panel-himax-hx83102: support for starry-2082109qfh040022-50e MIPI-DSI panel .../bindings/display/panel/himax,hx83102.yaml | 4 + drivers/gpu/drm/panel/panel-himax-hx83102.c | 260 ++++++++++++++++++ 2 files changed, 264 insertions(+) -- 2.34.1