From: Tzung-Bi Shih Date: Fri, 5 Jun 2020 03:49:30 +0000 (+0800) Subject: ASoC: max98357a: add compatible string for MAX98360A X-Git-Tag: v5.10.7~1331^2~24^2~199^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3aad07b87ac3fa1c67a75403f7f9c576da8df71d;p=platform%2Fkernel%2Flinux-rpi.git ASoC: max98357a: add compatible string for MAX98360A Maxim MAX98360A audio amplifier is functionally identical to MAX98357A. Adds compatible string "maxim,max98360a" for driver reuse. Signed-off-by: Tzung-Bi Shih Link: https://lore.kernel.org/r/20200605034931.107713-2-tzungbi@google.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/max98357a.c b/sound/soc/codecs/max98357a.c index a8bd793..4f43113 100644 --- a/sound/soc/codecs/max98357a.c +++ b/sound/soc/codecs/max98357a.c @@ -125,6 +125,7 @@ static int max98357a_platform_probe(struct platform_device *pdev) #ifdef CONFIG_OF static const struct of_device_id max98357a_device_id[] = { { .compatible = "maxim,max98357a" }, + { .compatible = "maxim,max98360a" }, {} }; MODULE_DEVICE_TABLE(of, max98357a_device_id);