This driver is based on the one by Teguh Sobirin [0], cut down to only support the AYN Thor bottom panel.
[0] https://github.com/AYNTechnologies/linux/commit/d0ff75b09e66023c5f88992706dee4601aa7a437 Signed-off-by: Aaron Kling <[email protected]> --- Changes in v2: - Add Neil Armstrong to binding maintainer list - Add 120hz mode, which required a minor restructure of the driver - Link to v1: https://lore.kernel.org/r/[email protected] --- Aaron Kling (1): dt-bindings: display: panel: Add ChipWealth CH13726A AMOLED driver bindings Teguh Sobirin (1): drm/panel: Add panel driver for ChipWealth CH13726A based panels .../display/panel/chipwealth,ch13726a.yaml | 66 ++++ drivers/gpu/drm/panel/Kconfig | 11 + drivers/gpu/drm/panel/Makefile | 1 + drivers/gpu/drm/panel/panel-chipwealth-ch13726a.c | 339 +++++++++++++++++++++ 4 files changed, 417 insertions(+) --- base-commit: 95c541ddfb0815a0ea8477af778bb13bb075079a change-id: 20260220-ch13726a-59c6678d53d8 prerequisite-change-id: 20260220-ayn-vendor-a153168c29b2:v1 prerequisite-patch-id: 042cab8f04748207ba5395dd0f23c445955aaa2b Best regards, -- Aaron Kling <[email protected]>
