diff options
| author | Linus Walleij <[email protected]> | 2015-03-03 10:08:19 +0100 |
|---|---|---|
| committer | Linus Walleij <[email protected]> | 2015-05-11 08:55:03 +0200 |
| commit | a917d4b44afc968d35e9b2717fea52946f512df1 (patch) | |
| tree | f634e3b7b8e3ac08c2eb6025b412976b635998ce /tools/perf/scripts/python | |
| parent | 480aa74c386121644336d9b59d0b61cde1c3c29c (diff) | |
leds: syscon: instantiate from platform device
Currently syscon LEDs will traverse the device tree looking for syscon devices
and if found, traverse any subnodes of these to identify matching children
and from there instantiate LED class devices.
This is not a good use of the Linux device model. Instead we have converted the
device trees to add the "simple-mfd" property to the MFD nexi spawning syscon
LEDs so that these will appear as platform devices in the system and we can
use the proper device probing mechanism.
Cc: Arnd Bergmann <[email protected]>
Cc: Lee Jones <[email protected]>
Cc: Pawel Moll <[email protected]>
Cc: Mark Rutland <[email protected]>
Reviewed-by: Bjorn Andersson <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions