Explorar o código

ASoC: rt5640: Add the rt5639 support to the OF match table

The patch adds the rt5639 support to the OF match table.

Signed-off-by: Oder Chiou <oder_chiou@realtek.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Oder Chiou %!s(int64=11) %!d(string=hai) anos
pai
achega
33fcec2920
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      sound/soc/codecs/rt5640.c

+ 1 - 0
sound/soc/codecs/rt5640.c

@@ -2157,6 +2157,7 @@ MODULE_DEVICE_TABLE(i2c, rt5640_i2c_id);
 
 #if defined(CONFIG_OF)
 static const struct of_device_id rt5640_of_match[] = {
+	{ .compatible = "realtek,rt5639", },
 	{ .compatible = "realtek,rt5640", },
 	{},
 };