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.5 KB
Makefile -rw-r--r-- 563 bytes
af_rxrpc.c -rw-r--r-- 25.2 KB
ar-internal.h -rw-r--r-- 41.6 KB
call_accept.c -rw-r--r-- 18.6 KB
call_event.c -rw-r--r-- 12.0 KB
call_object.c -rw-r--r-- 17.4 KB
conn_client.c -rw-r--r-- 34.6 KB
conn_event.c -rw-r--r-- 12.3 KB
conn_object.c -rw-r--r-- 12.7 KB
conn_service.c -rw-r--r-- 5.8 KB
input.c -rw-r--r-- 37.3 KB
insecure.c -rw-r--r-- 2.2 KB
key.c -rw-r--r-- 29.1 KB
local_event.c -rw-r--r-- 2.7 KB
local_object.c -rw-r--r-- 11.7 KB
misc.c -rw-r--r-- 2.3 KB
net_ns.c -rw-r--r-- 3.7 KB
output.c -rw-r--r-- 16.4 KB
peer_event.c -rw-r--r-- 10.1 KB
peer_object.c -rw-r--r-- 12.3 KB
proc.c -rw-r--r-- 8.1 KB
protocol.h -rw-r--r-- 7.1 KB
recvmsg.c -rw-r--r-- 21.5 KB
rtt.c -rw-r--r-- 5.8 KB
rxkad.c -rw-r--r-- 32.6 KB
security.c -rw-r--r-- 3.5 KB
sendmsg.c -rw-r--r-- 22.1 KB
skbuff.c -rw-r--r-- 2.6 KB
sysctl.c -rw-r--r-- 3.8 KB
utils.c -rw-r--r-- 1.2 KB

back to top