Revision e5467b672bd99f0c1904900013e778e3a5ce30b7 authored by Marek Behún on 15 September 2020, 00:54:26 UTC, committed by Rob Herring on 16 September 2020, 03:03:07 UTC
There is a bug in the device tree binding for cznic,turris-omnia-leds
which causes make dt_binding_check to complain.

The reason is that the multi-led property binding's regular expression
does not contain the `@` character, while the example nodes do.

Fix this, and also adjust the maximum address to 'b' as there are 12
LEDs.

Cc: Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Link: https://lore.kernel.org/r/20200915005426.15957-1-marek.behun@nic.cz
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent d89a80d
History
File Mode Size
Kconfig -rw-r--r-- 1.0 KB
Makefile -rw-r--r-- 204 bytes
debug-levels.h -rw-r--r-- 798 bytes
debugfs.c -rw-r--r-- 1.1 KB
id-table.c -rw-r--r-- 3.7 KB
op-msg.c -rw-r--r-- 11.1 KB
op-reset.c -rw-r--r-- 2.9 KB
op-rfkill.c -rw-r--r-- 12.4 KB
op-state-get.c -rw-r--r-- 1.5 KB
stack.c -rw-r--r-- 17.0 KB
wimax-internal.h -rw-r--r-- 2.5 KB

back to top