ASoC: simple-amplifer: add simple-amplifier compatible

Add simple-audio-amplifier to the list of available compatible

Suggested-by: Nicolò Veronese <nicveronese@gmail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Jerome Brunet 2018-06-26 14:11:28 +02:00 committed by Mark Brown
parent 8d881bb621
commit 8ed237e83c
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -101,6 +101,7 @@ static int simple_amp_probe(struct platform_device *pdev)
#ifdef CONFIG_OF
static const struct of_device_id simple_amp_ids[] = {
{ .compatible = "dioo,dio2125", },
{ .compatible = "simple-audio-amplifier", },
{ }
};
MODULE_DEVICE_TABLE(of, simple_amp_ids);