Commit e5f03af6 authored by Brian Austin's avatar Brian Austin Committed by Mark Brown

ASoC: cs42l52: Add chip rev id message

This patch adds a print message at bootup for the CODEC Rev ID
Signed-off-by: default avatarBrian Austin <brian.austin@cirrus.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 153723f6
...@@ -1223,6 +1223,9 @@ static int cs42l52_i2c_probe(struct i2c_client *i2c_client, ...@@ -1223,6 +1223,9 @@ static int cs42l52_i2c_probe(struct i2c_client *i2c_client,
return ret; return ret;
} }
dev_info(&i2c_client->dev, "Cirrus Logic CS42L52, Revision: %02X\n",
reg & 0xFF);
/* Set Platform Data */ /* Set Platform Data */
if (cs42l52->pdata.mica_cfg) if (cs42l52->pdata.mica_cfg)
regmap_update_bits(cs42l52->regmap, CS42L52_MICA_CTL, regmap_update_bits(cs42l52->regmap, CS42L52_MICA_CTL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment