leds: syscon: use struct led_init_data when registering
authorMarek Behún <marek.behun@nic.cz>
Sat, 19 Sep 2020 18:03:03 +0000 (20:03 +0200)
committerPavel Machek <pavel@ucw.cz>
Sat, 26 Sep 2020 19:56:43 +0000 (21:56 +0200)
commit006631969880fdc58a585d310c7e8d98dc648e47
tree39404bcb150f3e0d22502b5b3141c2dc90dd687e
parent4b64c0510b66d3d779d1c195de1d5662bb28e948
leds: syscon: use struct led_init_data when registering

By using struct led_init_data when registering we do not need to parse
`label` DT property. Moreover `label` is deprecated and if it is not
present but `color` and `function` are, LED core will compose a name
from these properties instead.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
drivers/leds/leds-syscon.c