On Sat, 09 Oct 2021 00:11:30 +0200, Peter Rosin wrote: > This is needed since an empty channel label is used to indicate an > unused channel, and there can be more that one of those. > > Fixes the following problem reported by dtbs_check: > envelope-detector-mux: channels: ['', '', 'sync-1', 'in', 'out', 'sync-2', 'sys-reg', 'ana-reg'] has non-unique elements > arch/arm/boot/dts/at91-tse850-3.dt.yaml > > Suggested-by: Rob Herring <robh@xxxxxxxxxx> > Signed-off-by: Peter Rosin <peda@xxxxxxxxxx> > --- > .../devicetree/bindings/iio/multiplexer/io-channel-mux.yaml | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>