aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornhcao <nhcao@marvell.com>2012-05-28 12:12:12 +0800
committerLubomir Rintel <lkundrak@v3.sk>2019-07-22 19:39:58 +0200
commit284fc1d7f952f508977c4f198f3c36a2eaa354b8 (patch)
tree3827237e71b02c3cbca620d4e89e6155b070b56b
parent39dea347a9ddd535739d2eba8f2f1e1994321dd9 (diff)
downloadlinux-mmp3-dell-ariel-284fc1d7f952f508977c4f198f3c36a2eaa354b8.tar.gz
Audio: ZSP: enable ZSP in Abilene and Thunderstonem
Change-Id: I953e86573efdd76a51584db828653bde1e5a0459 Signed-off-by: nhcao <nhcao@marvell.com>
-rw-r--r--arch/arm/mach-mmp/abilene.c4
-rw-r--r--arch/arm/mach-mmp/thunderstonem.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mmp/abilene.c b/arch/arm/mach-mmp/abilene.c
index ca44c5bb0c8826..f0fb860de8bb4f 100644
--- a/arch/arm/mach-mmp/abilene.c
+++ b/arch/arm/mach-mmp/abilene.c
@@ -1760,6 +1760,10 @@ static void __init abilene_init(void)
mmp_init_vmeta();
#endif
+#ifdef CONFIG_MMP_ZSP
+ mmp_zsp_platform_device_init();
+#endif
+
#ifdef CONFIG_MMC_SDHCI_PXAV3
abilene_init_mmc();
#endif /* CONFIG_MMC_SDHCI_PXAV3 */
diff --git a/arch/arm/mach-mmp/thunderstonem.c b/arch/arm/mach-mmp/thunderstonem.c
index f73fff0e74dd1a..1b6bf7e8294a25 100644
--- a/arch/arm/mach-mmp/thunderstonem.c
+++ b/arch/arm/mach-mmp/thunderstonem.c
@@ -1466,6 +1466,10 @@ static void __init thunderstonem_init(void)
mmp_init_devfreq_vmeta();
#endif
+#ifdef CONFIG_MMP_ZSP
+ mmp_zsp_platform_device_init();
+#endif
+
#ifdef CONFIG_MMC_SDHCI_PXAV3
thunderstonem_init_mmc();
#endif /* CONFIG_MMC_SDHCI_PXAV3 */