[PATCH v2 0/2] Add support for Tianma nt36672a video mode panel
Sumit Semwal
sumit.semwal at linaro.org
Wed Jul 22 05:58:14 UTC 2020
Some Poco F1 phones from Xiaomi have an nt36672a video mode panel; add support
for the same.
Most of the panel data is taken from downstream panel dts, and is converted to
drm-panel based driver by me.
It has been validated with v5.8-rc5 on Poco F1 phone; my tree with other
dependent patches is here [1]
---
v2: In dt-binding, removed ports node, making port at 0 directly under panel at 0 node.
Also updated the panel_on delay to a safer 200ms as needed for latest Android.
Sumit Semwal (2):
dt-bindings: display: panel: Add bindings for Tianma nt36672a panel
drm: panel: Add tianma nt36672a panel driver
.../display/panel/tianma,nt36672a.yaml | 104 +++
MAINTAINERS | 7 +
drivers/gpu/drm/panel/Kconfig | 11 +
drivers/gpu/drm/panel/Makefile | 1 +
drivers/gpu/drm/panel/panel-tianma-nt36672a.c | 859 ++++++++++++++++++
5 files changed, 982 insertions(+)
create mode 100644 Documentation/devicetree/bindings/display/panel/tianma,nt36672a.yaml
create mode 100644 drivers/gpu/drm/panel/panel-tianma-nt36672a.c
--
2.27.0
More information about the dri-devel
mailing list