Lines Matching full:da9061
3 * Core, IRQ and I2C device driver for DA9061 and DA9062 PMICs
83 .name = "da9061-irq",
185 MFD_CELL_OF("da9061-core", da9061_core_resources, NULL, 0, 0,
189 MFD_CELL_OF("da9061-watchdog", da9061_wdt_resources, NULL, 0, 0,
190 "dlg,da9061-watchdog"),
191 MFD_CELL_OF("da9061-thermal", da9061_thermal_resources, NULL, 0, 0,
192 "dlg,da9061-thermal"),
193 MFD_CELL_OF("da9061-onkey", da9061_onkey_resources, NULL, 0, 0,
194 "dlg,da9061-onkey"),
198 MFD_CELL_OF("da9061-core", NULL, NULL, 0, 0, NULL),
200 MFD_CELL_OF("da9061-watchdog", NULL, NULL, 0, 0, "dlg,da9061-watchdog"),
201 MFD_CELL_OF("da9061-thermal", NULL, NULL, 0, 0, "dlg,da9061-thermal"),
202 MFD_CELL_OF("da9061-onkey", NULL, NULL, 0, 0, "dlg,da9061-onkey"),
325 type = "DA9061"; in da9062_get_device_type()
707 { .compatible = "dlg,da9061", .data = (void *)COMPAT_TYPE_DA9061 },
714 { "da9061", COMPAT_TYPE_DA9061 },
732 MODULE_DESCRIPTION("Core device driver for Dialog DA9061 and DA9062");