mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 12:16:20 +00:00
MX2/MX3 SDHC driver: rename platform driver
Rename driver from imx-mmc to mxc-mmc to avoid conflicts with the mx1 mmc driver. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
parent
06277b5c40
commit
9563b1dbb6
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
#define HAS_DMA
|
||||
#endif
|
||||
|
||||
#define DRIVER_NAME "imx-mmc"
|
||||
#define DRIVER_NAME "mxc-mmc"
|
||||
|
||||
#define MMC_REG_STR_STP_CLK 0x00
|
||||
#define MMC_REG_STATUS 0x04
|
||||
|
|
Loading…
Reference in a new issue