test: dm: led: Fix LED enumeration
authorMarek Vasut <marex@denx.de>
Mon, 25 Apr 2022 16:33:50 +0000 (18:33 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 28 Apr 2022 13:26:44 +0000 (09:26 -0400)
commit876276f5de92cbaa4a55706606451354650cc730
tree8ca757f314abfa3826c92d2d8c14cb4658daf6ab
parent69245e406e919012d45d40f045f9b7369086ce17
test: dm: led: Fix LED enumeration

The GPIO LED driver no longer considers the top level node an LED,
because it is not an LED. With this bug fixed, the LED enumeration
has changed. Update the test accordingly.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Sean Anderson <seanga2@gmail.com>
Cc: Simon Glass <sjg@chromium.org>
Cc: Steven Lawrance <steven.lawrance@softathome.com>
test/dm/led.c