summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorJames Wylder <james.wylder@motorola.com>2011-01-05 15:27:03 -0600
committerTodd Poynor <toddpoynor@google.com>2011-01-06 17:50:15 -0800
commitc32a73b4fce0ac2825e3d52460ea9e767edadc6b (patch)
tree6c0cc249a424d740cabfec35bf2d472ebec7c6b7 /arch
parent5a5d5e35a999dc1fda42798af1e4fbbd47e11898 (diff)
ARM: tegra: Add emc_clk_rate field to dc platform data
If passed in, use the required emc_clk_rate passed in from the board file. If no value set use ULONG_MAX as before. Change-Id: I301f9fea8bf7297722b5e91e34c0dc7796c6095f Signed-off-by: James Wylder <james.wylder@motorola.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-tegra/include/mach/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/dc.h b/arch/arm/mach-tegra/include/mach/dc.h
index 77a9f15bc0bf..254b732097ef 100644
--- a/arch/arm/mach-tegra/include/mach/dc.h
+++ b/arch/arm/mach-tegra/include/mach/dc.h
@@ -154,6 +154,7 @@ struct tegra_fb_data {
struct tegra_dc_platform_data {
unsigned long flags;
+ unsigned long emc_clk_rate;
struct tegra_dc_out *default_out;
struct tegra_fb_data *fb;
};