Add support for Hydis HV101HD1 MIPI DSI panel used in ASUS VivoTab RT TF600T.
Svyatoslav Ryhel (2): dt-bindings: display: panel: Document Hydis HV101HD1 DSI panel drm: panel: Add support for Hydis HV101HD1 MIPI DSI panel .../display/panel/hydis,hv101hd1.yaml | 60 ++++++ drivers/gpu/drm/panel/Kconfig | 13 ++ drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-hydis-hv101hd1.c | 188 ++++++++++++++++++ 4 files changed, 262 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/hydis,hv101hd1.yaml create mode 100644 drivers/gpu/drm/panel/panel-hydis-hv101hd1.c -- 2.48.1