summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mach-mpc85xx/include/mach/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/mach-mpc85xx/include/mach/clock.h')
-rw-r--r--arch/powerpc/mach-mpc85xx/include/mach/clock.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/powerpc/mach-mpc85xx/include/mach/clock.h b/arch/powerpc/mach-mpc85xx/include/mach/clock.h
new file mode 100644
index 0000000000..bfd9cf4d8e
--- /dev/null
+++ b/arch/powerpc/mach-mpc85xx/include/mach/clock.h
@@ -0,0 +1,20 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+
+#ifndef __ASM_ARCH_CLOCKS_H
+#define __ASM_ARCH_CLOCKS_H
+
+#include <mach/config_mpc85xx.h>
+
+struct sys_info {
+ unsigned long freqProcessor[MAX_CPUS];
+ unsigned long freqSystemBus;
+ unsigned long freqDDRBus;
+ unsigned long freqLocalBus;
+};
+
+unsigned long fsl_get_bus_freq(ulong dummy);
+unsigned long fsl_get_ddr_freq(ulong dummy);
+unsigned long fsl_get_timebase_clock(void);
+unsigned long fsl_get_i2c_freq(void);
+void fsl_get_sys_info(struct sys_info *sysInfo);
+#endif /* __ASM_ARCH_CLOCKS_H */