ASoC: cs35l41: Add cs35l51/53 IDs

Add IDs for the CS35L51/53 variants, the functionality is shared with
CS35L41.

Signed-off-by: David Rhodes <david.rhodes@cirrus.com>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://lore.kernel.org/r/20220105113026.18955-2-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
David Rhodes 2022-01-05 11:30:19 +00:00 committed by Mark Brown
parent 9f3d45318d
commit dcf8213194
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0
2 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,8 @@
static const struct i2c_device_id cs35l41_id_i2c[] = { static const struct i2c_device_id cs35l41_id_i2c[] = {
{ "cs35l40", 0 }, { "cs35l40", 0 },
{ "cs35l41", 0 }, { "cs35l41", 0 },
{ "cs35l51", 0 },
{ "cs35l53", 0 },
{} {}
}; };

View File

@ -20,6 +20,8 @@
static const struct spi_device_id cs35l41_id_spi[] = { static const struct spi_device_id cs35l41_id_spi[] = {
{ "cs35l40", 0 }, { "cs35l40", 0 },
{ "cs35l41", 0 }, { "cs35l41", 0 },
{ "cs35l51", 0 },
{ "cs35l53", 0 },
{} {}
}; };