[PATCH 0/4] Add support for hx83102-based Holitech HTF065H045 panel
From: Val Packett
Date: Tue Feb 17 2026 - 02:02:18 EST
This 720x1600 panel is found in several Motorola/Lenovo smartphones.
It will be used in the device tree for the Moto G9 Play (sm6115-motorola-guamp).
Fully tested on it, including brightness adjustment.
The initialization sequence is based on leaked documentation found online :)
as the sequence included in downstream Android DTS was near-empty (I think it
relies on the bootloader to do the bulk of the initialization).
That documentation is also the source for the exact model number (as it's the
same vendor, same controller IC, same resolution, and made for Motorola).
Thanks,
~val
Val Packett (4):
dt-bindings: vendor-prefixes: Add Holitech
dt-bindings: display: panel: Add compatible for Holitech HTF065H045
drm/panel: himax-hx83102: Add support for Holitech HTF065H045
drm/panel: himax-hx83102: Add support for DSI DCS backlight control
.../bindings/display/panel/himax,hx83102.yaml | 2 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/gpu/drm/panel/panel-himax-hx83102.c | 151 ++++++++++++++++++
3 files changed, 155 insertions(+)
--
2.52.0