[PATCH v2 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support

Neil Armstrong posted 2 patches 1 month, 2 weeks ago
There is a newer version of this series
.../bindings/leds/backlight/silergy,sy7758.yaml    |  53 ++++
drivers/video/backlight/Kconfig                    |   8 +
drivers/video/backlight/Makefile                   |   1 +
drivers/video/backlight/sy7758.c                   | 311 +++++++++++++++++++++
4 files changed, 373 insertions(+)
[PATCH v2 0/2] backlight: Add SY7758 6-channel High Efficiency LED Driver support
Posted by Neil Armstrong 1 month, 2 weeks ago
Implement support for the Silergy SY7758 6-channel High Efficiency LED Driver
used for backlight brightness control in the Ayaneo Pocket S2 dual-DSI panel.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
Changes in v2:
- Fixed bindings subject and removed "|"
- Added review tag
- Added higher delay before reading ID from HW (100us was too short)
- Removed probe defer if i2c read fails
- Link to v1: https://patch.msgid.link/20260428-topic-sm8650-ayaneo-pocket-s2-sy7758-v1-0-0caade5fdb32@linaro.org

---
KancyJoe (1):
      backlight: Add SY7758 6-channel High Efficiency LED Driver support

Neil Armstrong (1):
      dt-bindings: leds: backlight: document the SY7758 6-channel High Efficiency LED Driver

 .../bindings/leds/backlight/silergy,sy7758.yaml    |  53 ++++
 drivers/video/backlight/Kconfig                    |   8 +
 drivers/video/backlight/Makefile                   |   1 +
 drivers/video/backlight/sy7758.c                   | 311 +++++++++++++++++++++
 4 files changed, 373 insertions(+)
---
base-commit: 39704f00f747aba3144289870b5fd8ac230a9aaf
change-id: 20260428-topic-sm8650-ayaneo-pocket-s2-sy7758-3081ee7f1e25

Best regards,
--  
Neil Armstrong <neil.armstrong@linaro.org>