On Wed, 19 Aug 2020 22:51:49 +0200, Linus Walleij wrote:
This adds device tree bindings for the Kinetic KTD253 white LED backlight driver.
Cc: devicetree@vger.kernel.org Cc: Sam Ravnborg sam@ravnborg.org Signed-off-by: Linus Walleij linus.walleij@linaro.org
ChangeLog v2->v3:
- Drop the pointless cargo-culted "default-on" property that we were not using
- Correct the brightness in the example to something legal (13)
ChangeLog v1->v2:
- Create common.yaml for backlight as suggested by Sam and use that.
- Rename the GPIO line "enable-gpios"
.../leds/backlight/kinetic,ktd253.yaml | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/backlight/kinetic,ktd253.yaml
Reviewed-by: Rob Herring robh@kernel.org