.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * Synopsys DesignWare Multimedia Card Interface driver |
---|
3 | 4 | * (Based on NXP driver for lpc 31xx) |
---|
4 | 5 | * |
---|
5 | 6 | * Copyright (C) 2009 NXP Semiconductors |
---|
6 | 7 | * Copyright (C) 2009, 2010 Imagination Technologies Ltd. |
---|
7 | | - * |
---|
8 | | - * This program is free software; you can redistribute it and/or modify |
---|
9 | | - * it under the terms of the GNU General Public License as published by |
---|
10 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
11 | | - * (at your option) any later version. |
---|
12 | 8 | */ |
---|
13 | 9 | |
---|
14 | 10 | #ifndef _DW_MMC_H_ |
---|
.. | .. |
---|
236 | 232 | struct timer_list dto_timer; |
---|
237 | 233 | bool need_xfer_timer; |
---|
238 | 234 | struct timer_list xfer_timer; |
---|
| 235 | + bool is_rv1106_sd; |
---|
| 236 | + struct pinctrl *pinctrl; |
---|
| 237 | + struct pinctrl_state *normal_state; |
---|
| 238 | + struct pinctrl_state *idle_state; |
---|
239 | 239 | }; |
---|
240 | 240 | |
---|
241 | 241 | /* DMA ops for Internal/External DMAC interface */ |
---|