diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2020-09-20 03:25:00 +0300 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2020-09-30 20:15:42 +0300 |
commit | 564ead1280d7590f0015d8225637d546e9fa94eb (patch) | |
tree | 6605c291813225e42e3613d518f562f3c197443a /sound/Kconfig | |
parent | 85fc8efe85d405b80904f73e4e23184a84283753 (diff) | |
download | linux-564ead1280d7590f0015d8225637d546e9fa94eb.tar.xz |
leds: pca963x: 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.
Previously if the `label` DT property was not present, the code composed
name for the LED in the form
"pca963x:%d:%.2x:%u"
For backwards compatibility we therefore set init_data->default_label
to this value so that the LED will not get a different name if `label`
property is not present, nor are `color` and `function`.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Cc: Peter Meerwald <p.meerwald@bct-electronic.com>
Cc: Ricardo Ribalda <ribalda@kernel.org>
Cc: Zahari Petkov <zahari@balena.io>
Signed-off-by: Pavel Machek <pavel@ucw.cz>
Diffstat (limited to 'sound/Kconfig')
0 files changed, 0 insertions, 0 deletions