summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-tegra124/clock-tables.h
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2015-08-20 11:42:19 +0200
committerTom Warren <twarren@nvidia.com>2015-09-16 16:10:22 -0700
commitc043c0259cd88f39cdca5f98af8b10f178660745 (patch)
tree6def8ed72abc3fb8155956a6dff7f9c24fae3952 /arch/arm/include/asm/arch-tegra124/clock-tables.h
parent70bcb43e7d943f5f437e84594e0b890b0869be23 (diff)
downloadtalos-obmc-uboot-c043c0259cd88f39cdca5f98af8b10f178660745.tar.gz
talos-obmc-uboot-c043c0259cd88f39cdca5f98af8b10f178660745.zip
ARM: tegra: Implement clk_m
On currently supported SoCs, clk_m always runs at the same frequency as the oscillator input. However newer SoC generations such as Tegra210 no longer have that restriction. Prepare for that by separating clk_m from the oscillator clock and allow SoC code to override the clk_m rate. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/include/asm/arch-tegra124/clock-tables.h')
-rw-r--r--arch/arm/include/asm/arch-tegra124/clock-tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-tegra124/clock-tables.h b/arch/arm/include/asm/arch-tegra124/clock-tables.h
index 3c67e72afe..9466b4ffb3 100644
--- a/arch/arm/include/asm/arch-tegra124/clock-tables.h
+++ b/arch/arm/include/asm/arch-tegra124/clock-tables.h
@@ -30,6 +30,7 @@ enum clock_id {
/* These are the base clocks (inputs to the Tegra SoC) */
CLOCK_ID_32KHZ,
CLOCK_ID_OSC,
+ CLOCK_ID_CLK_M,
CLOCK_ID_COUNT, /* number of PLLs */
OpenPOWER on IntegriCloud