summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/tegra12_clocks.c10
-rw-r--r--sound/soc/tegra/tegra30_ahub.c14
2 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra12_clocks.c b/arch/arm/mach-tegra/tegra12_clocks.c
index bfd2cc5d7574..b96c2a91216a 100644
--- a/arch/arm/mach-tegra/tegra12_clocks.c
+++ b/arch/arm/mach-tegra/tegra12_clocks.c
@@ -8670,6 +8670,16 @@ struct clk_duplicate tegra_clk_duplicates[] = {
CLK_DUPLICATE("dam2", NULL, "dam2"),
CLK_DUPLICATE("spdif_in", NULL, "spdif_in"),
CLK_DUPLICATE("mclk", NULL, "default_mclk"),
+ CLK_DUPLICATE("amx", NULL, "amx"),
+ CLK_DUPLICATE("amx1", NULL, "amx1"),
+ CLK_DUPLICATE("adx", NULL, "adx"),
+ CLK_DUPLICATE("adx1", NULL, "adx1"),
+ CLK_DUPLICATE("afc0", NULL, "afc0"),
+ CLK_DUPLICATE("afc1", NULL, "afc1"),
+ CLK_DUPLICATE("afc2", NULL, "afc2"),
+ CLK_DUPLICATE("afc3", NULL, "afc3"),
+ CLK_DUPLICATE("afc4", NULL, "afc4"),
+ CLK_DUPLICATE("afc5", NULL, "afc5"),
CLK_DUPLICATE("amx", "tegra124-amx.0", NULL),
CLK_DUPLICATE("amx1", "tegra124-amx.1", NULL),
CLK_DUPLICATE("adx", "tegra124-adx.0", NULL),
diff --git a/sound/soc/tegra/tegra30_ahub.c b/sound/soc/tegra/tegra30_ahub.c
index dadacb636b64..98995bc58351 100644
--- a/sound/soc/tegra/tegra30_ahub.c
+++ b/sound/soc/tegra/tegra30_ahub.c
@@ -618,6 +618,20 @@ static const char * const configlink_clocks[] = {
#ifndef CONFIG_ARCH_TEGRA_14x_SOC
"spdif_in",
#endif
+#if defined(CONFIG_ARCH_TEGRA_11x_SOC) || defined(CONFIG_ARCH_TEGRA_12x_SOC)
+ "amx",
+ "adx",
+#endif
+#ifdef CONFIG_ARCH_TEGRA_12x_SOC
+ "amx1",
+ "adx1",
+ "afc0",
+ "afc1",
+ "afc2",
+ "afc3",
+ "afc4",
+ "afc5",
+#endif
};
struct of_dev_auxdata ahub_auxdata[] = {