From: Richard Yao <[email protected]>
Hello,
This series adds support for the Tianxianwei TWX700100S0 panel. The
first patch adds the Tianxianwei vendor to the vendor prefixes yaml
file. The second patch documents the DT binding. The third patch makes
fairly standard changes to the ili9881c driver.
Runtime testing and validation was done using a patched rpi-6.12.36-v8
kernel on a CM4 using a custom carrier board designed by Scandent.
I have confirmed in writing with Tianxianwei that this patch series may
be released under the GPL after sending them an early draft for review.
This should be superfluous given my signed-off, but I want to make it
clear that I did not assume fair use when providing signed-off.
Changes in v2:
- Fixed typos in romanizations of Chinese names:
Tianxinwei -> Tianxianwei
Shenzen -> Shenzhen
- Link to v1: https://www.spinics.net/lists/kernel/msg5767021.html
Cc: Rob Herring <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Conor Dooley <[email protected]>
Cc: Neil Armstrong <[email protected]>
Cc: Geert Uytterhoeven <[email protected]>
Cc: Andre Przywara <[email protected]>
Cc: Junhao Xie <[email protected]>
Cc: Caleb James DeLisle <[email protected]>
Cc: Kever Yang <[email protected]>
Cc: Manivannan Sadhasivam <[email protected]>
Cc: Jessica Zhang <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Simona Vetter <[email protected]>
Cc: Maarten Lankhorst <[email protected]>
Cc: Maxime Ripard <[email protected]>
Cc: Thomas Zimmermann <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Richard Yao <[email protected]>
---
Richard Yao (3):
dt-bindings: vendor-prefixes: Add Tianxianwei name
dt-bindings: ilitek-ili9881c: Add Tianxianwei TWX700100S0 support
drm/panel: ilitek-ili9881c: Add Tianxianwei TWX700100S0 support
.../display/panel/ilitek,ili9881c.yaml | 1 +
.../devicetree/bindings/vendor-prefixes.yaml | 2 +
drivers/gpu/drm/panel/panel-ilitek-ili9881c.c | 242 ++++++++++++++++++
3 files changed, 245 insertions(+)
--
2.50.0