summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/include/mach/imx5.h
blob: 4c19d2800103eca1e4d27f0e617f0b8d18261510 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __MACH_MX5_H
#define __MACH_MX5_H

void imx51_init_lowlevel(unsigned int cpufreq_mhz);
void imx53_init_lowlevel(unsigned int cpufreq_mhz);
void imx5_setup_pll(void __iomem *base, int freq, u32 op, u32 mfd, u32 mfn);
void imx5_init_lowlevel(void);

#endif /* __MACH_MX53_H */