Revert "Pi Firmware: Slow down SD Card to 20MHz (seems to help with SD Card command errors)"

This reverts commit 0d55ca72f2.
pull/52/head^2
David Banks 2019-03-11 15:33:04 +00:00
rodzic 0d55ca72f2
commit 82cc208ffd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ inline uint32_t mmio_read(uintptr_t reg)
// SD Clock Frequencies (in Hz) // SD Clock Frequencies (in Hz)
#define SD_CLOCK_ID 400000 #define SD_CLOCK_ID 400000
#define SD_CLOCK_NORMAL 20000000 #define SD_CLOCK_NORMAL 25000000
#define SD_CLOCK_HIGH 50000000 #define SD_CLOCK_HIGH 50000000
#define SD_CLOCK_100 100000000 #define SD_CLOCK_100 100000000
#define SD_CLOCK_208 208000000 #define SD_CLOCK_208 208000000