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:
parent
9f3d45318d
commit
dcf8213194
|
@ -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 },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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 },
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue