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
Makefile -rw-r--r-- 330 bytes
bitset.c -rw-r--r-- 22.3 KB
bitset.h -rw-r--r-- 1.5 KB
cabletest.c -rw-r--r-- 10.1 KB
channels.c -rw-r--r-- 7.9 KB
coalesce.c -rw-r--r-- 14.4 KB
common.c -rw-r--r-- 15.2 KB
common.h -rw-r--r-- 1.6 KB
debug.c -rw-r--r-- 3.7 KB
eee.c -rw-r--r-- 5.8 KB
features.c -rw-r--r-- 9.4 KB
ioctl.c -rw-r--r-- 79.3 KB
linkinfo.c -rw-r--r-- 5.0 KB
linkmodes.c -rw-r--r-- 14.5 KB
linkstate.c -rw-r--r-- 4.8 KB
netlink.c -rw-r--r-- 23.7 KB
netlink.h -rw-r--r-- 13.1 KB
pause.c -rw-r--r-- 4.0 KB
privflags.c -rw-r--r-- 5.8 KB
rings.c -rw-r--r-- 6.2 KB
strset.c -rw-r--r-- 11.5 KB
tsinfo.c -rw-r--r-- 4.0 KB
tunnels.c -rw-r--r-- 7.4 KB
wol.c -rw-r--r-- 4.7 KB

back to top