[PATCH v1 2/2] drm/panel: kd101ne3: add new panel driver

2024-04-18 Thread lvzhaoxiong
The kingdisplay panel is based on JD9365DA controller. Add a driver for it. Signed-off-by: lvzhaoxiong --- drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel/Makefile| 1 + .../drm/panel/panel-kingdisplay-kd101ne3.c| 607 ++ 3

[PATCH v1 0/2] Add kd101ne3 bindings and driver.

2024-04-18 Thread lvzhaoxiong
Add bindings and driver for kd101ne3. lvzhaoxiong (2): dt-bindings: display: panel: Add KD101NE3-40TI support drm/panel: kd101ne3: add new panel driver .../panel/kingdisplay,kd101ne3-40ti.yaml | 63 ++ drivers/gpu/drm/panel/Kconfig | 9 + drivers/gpu/drm/panel

[PATCH v1 1/2] dt-bindings: display: panel: Add KD101NE3-40TI support

2024-04-18 Thread lvzhaoxiong
Create a new dt-scheam for the kd101ne3-40ti. Signed-off-by: lvzhaoxiong --- .../panel/kingdisplay,kd101ne3-40ti.yaml | 63 +++ 1 file changed, 63 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/kingdisplay,kd101ne3-40ti.yaml diff --git

[PATCH v1 0/2] Add ili2900 timing

2024-04-18 Thread lvzhaoxiong
ILI2900 requires reset to pull down time greater than 10ms, so the configuration post_power_delay_ms is 10, and the chipset initial time is required to be greater than 100ms, so the post_gpio_reset_on_delay_ms is set to 100. lvzhaoxiong (2): dt-bindings: input: i2c-hid: Introduce Ilitek ili2900

[PATCH v1 1/2] dt-bindings: input: i2c-hid: Introduce Ilitek ili2900

2024-04-18 Thread lvzhaoxiong
The ili2900 touch screen chip same as ilitek ili9882t controller has a reset gpio. Signed-off-by: lvzhaoxiong --- Documentation/devicetree/bindings/input/ilitek,ili9882t.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/ilitek,ili9882t.yaml b

[PATCH v1 2/2] HID: i2c-hid: elan: Add ili2900 timing

2024-04-18 Thread lvzhaoxiong
ILI2900 requires reset to pull down time greater than 10ms, so the configuration post_power_delay_ms is 10, and the chipset initial time is required to be greater than 100ms, so the post_gpio_reset_on_delay_ms is set to 100. Signed-off-by: lvzhaoxiong --- drivers/hid/i2c-hid/i2c-hid-of-elan.c