Skip to content

Commit 4e6d0e0

Browse files
committed
mmc: sdhci: update HS400 preset register
Update to at91 register offset. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
1 parent bac9f2f commit 4e6d0e0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/mmc/host/sdhci.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,11 +261,10 @@
261261
#define SDHCI_PRESET_FOR_SDR50 0x6A
262262
#define SDHCI_PRESET_FOR_SDR104 0x6C
263263
#define SDHCI_PRESET_FOR_DDR50 0x6E
264-
#define SDHCI_PRESET_FOR_HS400 0x74 /* Non-standard */
264+
#define SDHCI_PRESET_FOR_HS400 0x244 /* Non-standard */
265265
#define SDHCI_PRESET_DRV_MASK GENMASK(15, 14)
266266
#define SDHCI_PRESET_CLKGEN_SEL BIT(10)
267267
#define SDHCI_PRESET_SDCLK_FREQ_MASK GENMASK(9, 0)
268-
269268
#define SDHCI_SLOT_INT_STATUS 0xFC
270269

271270
#define SDHCI_HOST_VERSION 0xFE

0 commit comments

Comments
 (0)