[PATCH 0/2] leds: add Awinic AW2016 driver
From: Vladimir Barinov
Date: Wed May 24 2023 - 07:39:23 EST
Hello,
This adds the folowing:
- LED driver for AW2016 chip
- Document Awinic AW2016 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 AW2016 LED driver
[2/2] dt-bindings: leds: Document Awinic AW2016 bindings
---
This patchset is against the 'kernel/git/lee/leds.git' repo, 'for-leds-next' branch.
Documentation/devicetree/bindings/leds/awinic,aw2026.yaml | 92 ++
drivers/leds/Kconfig | 10
drivers/leds/Makefile | 1
drivers/leds/leds-aw2026.c | 578 ++++++++++++++
4 files changed, 681 insertions(+)