summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu.c
diff options
context:
space:
mode:
authorVarun Wadekar <vwadekar@nvidia.com>2011-06-08 12:39:15 +0530
committerNiket Sirsi <nsirsi@nvidia.com>2011-06-08 16:52:38 -0700
commitc6be34173356c18a5225073b9718f957a117c23a (patch)
tree2f27f101a1cf1e192a375c544ee997865fb5f809 /arch/arm/mach-tegra/board-cardhu.c
parent6b38f2db0b129b7db0148e74c1d65c7b22a3ee33 (diff)
arm: tegra: cardhu: do not enable clock to SE during init.
Bug 835859 Change-Id: Ie28b9f0c62aff874a7ef4153bdfe7b8606ac000e Signed-off-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-on: http://git-master/r/35637 Reviewed-by: Mallikarjun Kasoju <mkasoju@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu.c')
-rw-r--r--arch/arm/mach-tegra/board-cardhu.c34
1 files changed, 1 insertions, 33 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.c b/arch/arm/mach-tegra/board-cardhu.c
index dc11ef92ac34..dd865a06174d 100644
--- a/arch/arm/mach-tegra/board-cardhu.c
+++ b/arch/arm/mach-tegra/board-cardhu.c
@@ -195,8 +195,7 @@ static __initdata struct tegra_clk_init_table cardhu_clk_init_table[] = {
{ "blink", "clk_32k", 32768, true},
{ "pll_a", NULL, 73728000, false},
{ "pll_a_out0", NULL, 12288000, false},
- { "d_audio","pll_a_out0", 12288000, false},
- { "se", "pll_p", 216000000, true},
+ { "d_audio", "pll_a_out0", 12288000, false},
{ NULL, NULL, 0, 0},
};
@@ -501,36 +500,6 @@ static struct platform_device tegra_rtc_device = {
};
#endif
-#if defined(CONFIG_CRYPTO_DEV_TEGRA_SE)
-
-static u64 tegra_se_dma_mask = DMA_BIT_MASK(32);
-
-static struct resource tegra_se_resources[] = {
- [0] = {
- .start = TEGRA_SE_BASE,
- .end = TEGRA_SE_BASE + TEGRA_SE_SIZE - 1,
- .flags = IORESOURCE_MEM,
- },
- [1] = {
- .start = INT_SE,
- .end = INT_SE,
- .flags = IORESOURCE_IRQ,
- },
-};
-
-static struct platform_device tegra_se_device = {
- .name = "tegra-se",
- .id = 0,
- .dev = {
- .coherent_dma_mask = DMA_BIT_MASK(32),
- .dma_mask = &tegra_se_dma_mask,
- },
- .resource = tegra_se_resources,
- .num_resources = ARRAY_SIZE(tegra_se_resources),
-};
-
-#endif
-
static struct platform_device tegra_camera = {
.name = "tegra_camera",
.id = -1,
@@ -554,7 +523,6 @@ static struct platform_device *cardhu_devices[] __initdata = {
#if defined(CONFIG_CRYPTO_DEV_TEGRA_SE)
&tegra_se_device,
#endif
-
};
static struct usb_phy_plat_data tegra_usb_phy_pdata[] = {