#include <linux/kernel.h>
#include <linux/clk.h>
#include <linux/io.h>
#include <linux/err.h>
#include <linux/delay.h>
#include <linux/init.h>
#include <linux/module.h>
#include <asm/proc-fns.h>
#include <asm/system_misc.h>
#include <mach/mxs.h>
#include <mach/common.h>
Go to the source code of this file.
#define MX23_CLKCTRL_RESET_OFFSET 0x120 |
#define MX28_CLKCTRL_RESET_OFFSET 0x1e0 |
#define MXS_CLKCTRL_RESET_CHIP (1 << 1) |
#define MXS_MODULE_CLKGATE (1 << 30) |
#define MXS_MODULE_SFTRST (1 << 31) |
core_initcall |
( |
mxs_arch_reset_init |
| ) |
|