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>
diff --git a/asoc/codecs/wcd9xxx-core.c b/asoc/codecs/wcd9xxx-core.c
index d3231a2..7cb7f68 100644
--- a/asoc/codecs/wcd9xxx-core.c
+++ b/asoc/codecs/wcd9xxx-core.c
@@ -1350,7 +1350,8 @@
 	 * 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 @@
 	{"tomtom-slim-pgd", WCD9330},
 	{"tasha-slim-pgd", WCD9335},
 	{"tavil-slim-pgd", WCD934X},
+	{"pahu-slim-pgd", WCD9360},
 	{}
 };