blob: 29fc0fda0e660c9eabc08eee93aa227664c8c571 [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);
Masahiro Yamadaf7ed78b2020-06-26 15:13:33 +090019int mxc_mmc_init(struct bd_info *bis);
Helmut Raiger035929c2011-09-29 05:45:03 +000020#endif