[RESEND PATCH v8 4/5] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-10-17 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 Acked-by: Lee Jones

[RESEND PATCH v8 4/5] mfd: tps65218: Use mfd_add_devices instead of of_platform_populate

2016-10-17 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 Acked-by: Lee Jones --- drivers/mfd/tps65218.c