Re: [PATCH v3 04/10] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-27 Thread Lee Jones
On Tue, 28 Jun 2016, Keerthy wrote: > mfd_add_devices enables parsing device tree nodes without compatibles > for regulators and gpio modules. Replace of_platform_populate with > mfd_add_devices. mfd_cell currently is populated with regulators, > gpio and powerbutton. > > Signed-off-by: Keerthy

[PATCH v3 04/10] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-06-27 Thread Keerthy
mfd_add_devices enables parsing device tree nodes without compatibles for regulators and gpio modules. Replace of_platform_populate with mfd_add_devices. mfd_cell currently is populated with regulators, gpio and powerbutton. Signed-off-by: Keerthy --- drivers/mfd/tps65218.c | 15 +--