[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200907043459.2961-1-post@lespocky.de>
Date: Mon, 7 Sep 2020 06:34:57 +0200
From: Alexander Dahl <post@...pocky.de>
To: linux-leds@...r.kernel.org, devicetree@...r.kernel.org
Cc: Jacek Anaszewski <jacek.anaszewski@...il.com>,
Pavel Machek <pavel@....cz>, Dan Murphy <dmurphy@...com>,
Rob Herring <robh+dt@...nel.org>, linux-kernel@...r.kernel.org,
Alexander Dahl <ada@...rsis.com>,
Alexander Dahl <post@...pocky.de>
Subject: [PATCH v3 0/2] leds: pwm: Make automatic labels work
Hei hei,
for leds-gpio you can use the properties 'function' and 'color' in the
devicetree node and omit 'label', the label is constructed
automatically. This is a common feature supposed to be working for all
LED drivers. However it did not yet work for the 'leds-pwm' driver.
This series fixes the driver and takes the opportunity to update the
dt-bindings accordingly.
v3:
- rebased on v5.9-rc4
- changed license of .yaml file to recommended one
- added Acked-by
v2:
- rebased on v5.9-rc3
- added the dt-bindings update patch
v1:
- based on v5.9-rc2
- backport on v5.4.59 tested and working
Greets
Alex
Alexander Dahl (2):
leds: pwm: Allow automatic labels for DT based devices
dt-bindings: leds: Convert pwm to yaml
.../devicetree/bindings/leds/leds-pwm.txt | 50 -----------
.../devicetree/bindings/leds/leds-pwm.yaml | 85 +++++++++++++++++++
drivers/leds/leds-pwm.c | 9 +-
3 files changed, 93 insertions(+), 51 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/leds/leds-pwm.txt
create mode 100644 Documentation/devicetree/bindings/leds/leds-pwm.yaml
--
2.20.1
Powered by blists - more mailing lists