On Mon, 13 May 2019 21:33:06 +0200, oss@xxxxxxxxxxxxx wrote: > From: Christian Mauderer <oss@xxxxxxxxxxxxx> > > This patch adds the binding documentation for a simple SPI based LED > controller which use only one byte for setting the brightness. > > Signed-off-by: Christian Mauderer <oss@xxxxxxxxxxxxx> > --- > > Changes compared to v3: > - rename binding to ubnt,acb-spi-led > - rewrite description to fit the new binding > - remove off-value and max-value - now determined depending on the compatible > string > - add 'default-state' > > Changes compared to v2: > - None > > Changes compared to v1: > - rename ubnt-spi to leds-spi-byte > - rename "ubnt-spi,off_bright" and "ubnt-spi,max_bright" to > "leds-spi-byte,off-value" and "leds-spi-byte,max-value" and mark them required > - rename led-controller node to "led-controller" > - extend description > - remove SPI controller > - use "white:status" for the example label > > .../bindings/leds/leds-spi-byte.txt | 44 +++++++++++++++++++ > 1 file changed, 44 insertions(+) > create mode 100644 Documentation/devicetree/bindings/leds/leds-spi-byte.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>