[PATCH v11 1/2] dt-bindings: Add docs for EL15203000 [PATCH v11 2/2] leds: add LED driver for EL15203000 board v11 changes: - remove deprecated label property description. v10 changes: - move ASCII art to ABI/testing. v9 changes: - updated Documentation/devicetree/bindings/leds/leds-el15203000.txt after code review from Dan Murphy. v8 changes: - removed odd spaces; - use only one return in el15203000_pattern_set_P(); - reduce returns in el15203000_probe_dt(); - remove ret variable from el15203000_probe(). v7 changes: - fixed compilation error missing variable led; - compiled and checked on real device. v6 changes: - add 'repeat' entity in test documentation; - remove variable i; - move few lines of code to make code clear.