diff options
author | Jon Hunter <jonathanh@nvidia.com> | 2016-01-28 16:33:50 +0000 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2016-02-02 15:49:29 +0100 |
commit | 29569941688cdf647f953b2eb073aa6ec9dd3fc1 (patch) | |
tree | 0131162bdb53e122a403155d00dd72034132a5db /drivers/clk/tegra/clk-id.h | |
parent | 047d6d8401c2d8f59ae5f478486096c13147ddf7 (diff) | |
download | linux-29569941688cdf647f953b2eb073aa6ec9dd3fc1.tar.bz2 |
clk: tegra: Add the APB2APE audio clock on Tegra210
The APB2APE clock for the audio subsystem is required for powering up the
audio power domain and accessing the various modules in this subsystem on
Tegra210 devices. Add this clock for Tegra210.
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/clk/tegra/clk-id.h')
-rw-r--r-- | drivers/clk/tegra/clk-id.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/tegra/clk-id.h b/drivers/clk/tegra/clk-id.h index 19ce0738ee76..62ea38187b71 100644 --- a/drivers/clk/tegra/clk-id.h +++ b/drivers/clk/tegra/clk-id.h @@ -11,6 +11,7 @@ enum clk_id { tegra_clk_afi, tegra_clk_amx, tegra_clk_amx1, + tegra_clk_apb2ape, tegra_clk_apbdma, tegra_clk_apbif, tegra_clk_ape, |