Re: [PATCH v2 11/11] mfd: motorola-cpcap: add support for Mot CPCAP composition

From: Andy Shevchenko

Date: Sun Feb 08 2026 - 07:56:30 EST


On Fri, Feb 06, 2026 at 07:28:45PM +0200, Svyatoslav Ryhel wrote:
> Add a MFD subdevice composition used in Tegra20 based Mot board
> (Motorola Atrix 4G and Droid X2).

...

> { .name = "cpcap", },
> { .name = "6556002", },
> { .name = "mapphone-cpcap", },
> + { .name = "mot-cpcap", },

Drop inner trailing comma.

> {},

Drop a comma at the terminator.

> };
> MODULE_DEVICE_TABLE(spi, cpcap_spi_ids);

This can be done in the patch that adds driver data.

--
With Best Regards,
Andy Shevchenko