Ver Fonte

asoc: codecs: register pahu codec with slimbus

Add pahu-slim-ngd under wcd_slim_device_id list to
register pahu codec with slimbus driver.

Change-Id: I87a9a56087fd1520fe592b39eb142297c2f176e0
Signed-off-by: Vidyakumar Athota <vathota@codeaurora.org>
Vidyakumar Athota há 7 anos atrás
pai
commit
7dcd2d585f
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      asoc/codecs/wcd9xxx-core.c

+ 3 - 1
asoc/codecs/wcd9xxx-core.c

@@ -1350,7 +1350,8 @@ static int wcd9xxx_slim_probe(struct slim_device *slim)
 	 * Vout_D to be ready after BUCK_SIDO is powered up.
 	 * SYS_RST_N shouldn't be pulled high during this time
 	 */
-	if (wcd9xxx->type == WCD9335 || wcd9xxx->type == WCD934X)
+	if (wcd9xxx->type == WCD9335 || wcd9xxx->type == WCD934X ||
+	    wcd9xxx->type == WCD9360)
 		usleep_range(600, 650);
 	else
 		usleep_range(5, 10);
@@ -1596,6 +1597,7 @@ static const struct slim_device_id wcd_slim_device_id[] = {
 	{"tomtom-slim-pgd", WCD9330},
 	{"tasha-slim-pgd", WCD9335},
 	{"tavil-slim-pgd", WCD934X},
+	{"pahu-slim-pgd", WCD9360},
 	{}
 };