diff options
Diffstat (limited to 'arch/arm/cpu/tegra-common/clock.c')
| -rw-r--r-- | arch/arm/cpu/tegra-common/clock.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/arch/arm/cpu/tegra-common/clock.c b/arch/arm/cpu/tegra-common/clock.c index 49a06334c..9156d009b 100644 --- a/arch/arm/cpu/tegra-common/clock.c +++ b/arch/arm/cpu/tegra-common/clock.c @@ -557,4 +557,7 @@ void clock_init(void)  	debug("PLLP = %d\n", pll_rate[CLOCK_ID_PERIPH]);  	debug("PLLC = %d\n", pll_rate[CLOCK_ID_CGENERAL]);  	debug("PLLX = %d\n", pll_rate[CLOCK_ID_XCPU]); + +	/* Do any special system timer/TSC setup */ +	arch_timer_init();  } |