Fall back to label if function is missing
authorkn <kn@openbsd.org>
Sun, 7 Nov 2021 16:43:12 +0000 (16:43 +0000)
committerkn <kn@openbsd.org>
Sun, 7 Nov 2021 16:43:12 +0000 (16:43 +0000)
commit4f1be140a97011e008e625655e4629b135acc854
tree2de19fbc9d1ecc7576c6f36636de8520840f69b8
parentf855d890b028581468f2717b442ade51b65fa010
Fall back to label if function is missing

The "label" property is obsolete and "function" should be used,
but devices like the Raspberry Pi 4b still use it.

Detect LEDs on such machines:

-gpioleds0 at mainbus0: no LEDs
+gpioleds0 at mainbus0: "led0", "led1"

OK patrick
sys/dev/fdt/gpioleds.c