Oleh On 9/12/19 5:11 PM, Oleh Kravchenko wrote:
Add documentation and example for dt-bindings EL15203000. LED board (aka RED LED board) from Crane Merchandising Systems. Signed-off-by: Oleh Kravchenko <oleg@xxxxxxxxxx> --- .../bindings/leds/leds-el15203000.txt | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Documentation/devicetree/bindings/leds/leds-el15203000.txt diff --git a/Documentation/devicetree/bindings/leds/leds-el15203000.txt b/Documentation/devicetree/bindings/leds/leds-el15203000.txt new file mode 100644 index 000000000000..d74b492d28b2 --- /dev/null +++ b/Documentation/devicetree/bindings/leds/leds-el15203000.txt @@ -0,0 +1,53 @@ +Crane Merchandising System - el15203000 LED driver +-------------------------------------------------- + +This LED Board (aka RED LEDs board) is widely used in +coffee vending machines produced by Crane Merchandising Systems. + +Required properties: +- compatible : "crane,el15203000" + +Property rules described in +Documentation/devicetree/bindings/spi/spi-controller.yaml is apply.
Not sure what this statement means
+In particular, "reg" and "spi-max-frequency" properties must be given. +50KHz is very well tested value for spi-max-frequency. + +Optional LED sub-node properties: +- function: + see Documentation/devicetree/bindings/leds/common.txt
This was not fixed per v7 comments Where is the "reg" property definition for the LED child node? What is the 0x50,0x53 and 0x56 mean? Are there any other values? Dan <snip>