[PATCH v2 0/2] leds: add Awinic AW2026 driver
From: Vladimir Barinov
Date: Thu May 25 2023 - 06:14:12 EST
Hello,
This adds the folowing:
- LED driver for AW2026 chip
- Document Awinic AW2026 DT bindings
Datasheet file can be found here:
https://www.awinic.com/en/productDetail/AW2026DNR#tech-docs
Vladimir Barinov (2):
[1/2] leds: Add Awinic AW2026 LED driver
[2/2] dt-bindings: leds: Document Awinic AW2026 bindings
---
This patchset is against the 'kernel/git/lee/leds.git' repo, 'for-leds-next' branch.
Documentation/devicetree/bindings/leds/awinic,aw2026.yaml | 93 ++
drivers/leds/Kconfig | 10
drivers/leds/Makefile | 1
drivers/leds/leds-aw2026.c | 578 ++++++++++++++
4 files changed, 682 insertions(+)