mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
SDMMC: modify the setting of sdio.
This commit is contained in:
@@ -194,9 +194,9 @@
|
||||
|
||||
supports-highspeed;
|
||||
supports-sdio;
|
||||
cap-sdio-irq;
|
||||
//cap-sdio-irq;
|
||||
|
||||
status = "diabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&spi0 {
|
||||
|
||||
@@ -322,6 +322,7 @@
|
||||
|
||||
fifo-depth = <0x100>;
|
||||
bus-width = <4>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
spi0: spi@ff110000 {
|
||||
|
||||
@@ -466,7 +466,7 @@ CONFIG_DWC_OTG_310=y
|
||||
CONFIG_USB20_HOST=y
|
||||
CONFIG_USB20_OTG=y
|
||||
CONFIG_MMC=y
|
||||
CONFIG_MMC_CLKGATE=y
|
||||
# CONFIG_MMC_CLKGATE is not set
|
||||
CONFIG_MMC_PARANOID_SD_INIT=y
|
||||
CONFIG_MMC_BLOCK_MINORS=32
|
||||
# CONFIG_MMC_BLOCK_BOUNCE is not set
|
||||
|
||||
Reference in New Issue
Block a user