]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra-common/clock.c
Tegra114: Initialize System Counter (TSC) with osc frequency
[karo-tx-uboot.git] / arch / arm / cpu / tegra-common / clock.c
index 49a06334cb1a7b8f6614830cac567a9e4bf6dd64..9156d009b2843290661a269732a047237b1d456c 100644 (file)
@@ -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();
 }