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>
This commit is contained in:
Vidyakumar Athota
2018-03-14 13:14:16 -07:00
committed by Gerrit - the friendly Code Review server
parent 5d5790373e
commit 7dcd2d585f

View File

@@ -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},
{}
};