summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sd-as3525v2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sd-as3525v2.c')
-rw-r--r--firmware/target/arm/as3525/sd-as3525v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/sd-as3525v2.c b/firmware/target/arm/as3525/sd-as3525v2.c
index 022bd13b41..8134869c1e 100644
--- a/firmware/target/arm/as3525/sd-as3525v2.c
+++ b/firmware/target/arm/as3525/sd-as3525v2.c
@@ -753,7 +753,7 @@ int sd_init(void)
753 753
754#ifndef SANSA_CLIPV2 754#ifndef SANSA_CLIPV2
755 /* Configure XPD for SD-MCI interface */ 755 /* Configure XPD for SD-MCI interface */
756 bitset32(&CCU_IO, 1<<2); 756 bitmod32(&CCU_IO, 1<<2, 3<<2);
757#endif 757#endif
758 758
759 VIC_INT_ENABLE = INTERRUPT_NAND; 759 VIC_INT_ENABLE = INTERRUPT_NAND;