summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-08-18 10:51:24 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-08-25 11:31:47 -0700
commitcc9ab60836412bfce5caa57f9a3766813ab9465f (patch)
treee00e5436dbff8d1e2598160ebf392c6c066f9afd /arch
parentf4e3683da67fc32227a080d2ae2c5f991afc1606 (diff)
arm: tegra: clocks: add bsea to clk_duplicates
bsea clock entry is needed by the tegra-aes driver to access the AES engine present in BSEA. Change-Id: I3629f96e12c38f9cf6a45f5ae82a6c99c8cce9bb Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/47721 Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/tegra3_clocks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/tegra3_clocks.c b/arch/arm/mach-tegra/tegra3_clocks.c
index e710370f791a..22553fd9603f 100644
--- a/arch/arm/mach-tegra/tegra3_clocks.c
+++ b/arch/arm/mach-tegra/tegra3_clocks.c
@@ -3991,6 +3991,7 @@ struct clk_duplicate tegra_clk_duplicates[] = {
CLK_DUPLICATE("cop", "tegra-avp", "cop"),
CLK_DUPLICATE("bsev", "tegra-avp", "bsev"),
CLK_DUPLICATE("vde", "tegra-aes", "vde"),
+ CLK_DUPLICATE("bsea", "tegra-aes", "bsea"),
CLK_DUPLICATE("cml1", "tegra_sata_cml", NULL),
CLK_DUPLICATE("cml0", "tegra_pcie", "cml"),
CLK_DUPLICATE("pciex", "tegra_pcie", "pciex"),