blob: e4087889b4808f6182e0e61c3cd8d9a885552aa0 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Helmut Raiger035929c2011-09-29 05:45:03 +00002/*
3 * (C) Copyright 2011
4 * Helmut Raiger, HALE electronic GmbH, helmut.raiger@hale.at
Helmut Raiger035929c2011-09-29 05:45:03 +00005 */
6
Peng Fanf664c142015-08-13 10:55:34 +08007#ifndef _MX31_SYS_PROTO_H_
8#define _MX31_SYS_PROTO_H_
Helmut Raiger035929c2011-09-29 05:45:03 +00009
Stefano Babic33731bc2017-06-29 10:16:06 +020010#include <asm/mach-imx/sys_proto.h>
Peng Fan9f54fe62015-08-13 10:55:32 +080011
Helmut Raiger035929c2011-09-29 05:45:03 +000012struct mxc_weimcs {
13 u32 upper;
14 u32 lower;
15 u32 additional;
16};
17
18void mxc_setup_weimcs(int cs, const struct mxc_weimcs *weimcs);
Helmut Raiger64c316d2012-01-11 03:59:22 +000019int mxc_mmc_init(bd_t *bis);
Helmut Raiger035929c2011-09-29 05:45:03 +000020#endif