diff options
| -rw-r--r-- | firmware/target/arm/as3525/sd-as3525v2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c index 0eb6943..ead3dc2 100644 --- a/firmware/target/arm/as3525/sd-as3525v2.c +++ b/firmware/target/arm/as3525/sd-as3525v2.c @@ -562,6 +562,8 @@ static int sd_init_card(const int drive) card_info[drive].initialized = 1; + MCI_CLKENA |= 1<<(drive + 16); /* Set low power mode */ + return 0; } |