hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/mmc/host/dw_mmc.h
....@@ -1,14 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /*
23 * Synopsys DesignWare Multimedia Card Interface driver
34 * (Based on NXP driver for lpc 31xx)
45 *
56 * Copyright (C) 2009 NXP Semiconductors
67 * 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.
128 */
139
1410 #ifndef _DW_MMC_H_
....@@ -236,6 +232,10 @@
236232 struct timer_list dto_timer;
237233 bool need_xfer_timer;
238234 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;
239239 };
240240
241241 /* DMA ops for Internal/External DMAC interface */