2010-12-09 15:12:37 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* This program is free software; you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
|
|
* published by the Free Software Foundation.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __MACH_MXS_COMMON_H__
|
|
|
|
#define __MACH_MXS_COMMON_H__
|
|
|
|
|
2011-01-14 15:11:23 +00:00
|
|
|
extern const u32 *mxs_get_ocotp(void);
|
2010-12-09 15:12:37 +00:00
|
|
|
extern int mxs_reset_block(void __iomem *);
|
2012-04-28 16:02:41 +00:00
|
|
|
extern void mxs_timer_init(int);
|
2011-11-05 15:43:30 +00:00
|
|
|
extern void mxs_restart(char, const char *);
|
2011-11-22 15:54:23 +00:00
|
|
|
extern int mxs_saif_clkmux_select(unsigned int clkmux);
|
2010-12-09 15:12:37 +00:00
|
|
|
|
2012-05-06 14:14:13 +00:00
|
|
|
extern void mx23_soc_init(void);
|
2010-12-09 15:12:37 +00:00
|
|
|
extern int mx23_register_gpios(void);
|
|
|
|
extern int mx23_clocks_init(void);
|
|
|
|
extern void mx23_map_io(void);
|
|
|
|
extern void mx23_init_irq(void);
|
|
|
|
|
2012-05-06 14:14:13 +00:00
|
|
|
extern void mx28_soc_init(void);
|
2010-12-09 15:12:37 +00:00
|
|
|
extern int mx28_register_gpios(void);
|
|
|
|
extern int mx28_clocks_init(void);
|
|
|
|
extern void mx28_map_io(void);
|
|
|
|
extern void mx28_init_irq(void);
|
|
|
|
|
|
|
|
extern void icoll_init_irq(void);
|
|
|
|
|
|
|
|
#endif /* __MACH_MXS_COMMON_H__ */
|