From a0d0d86f5cfeefda87986f3825ed1a85efa24448 Mon Sep 17 00:00:00 2001 From: Wenyou Yang Date: Wed, 10 Aug 2016 10:51:05 +0800 Subject: mmc: atmel_sdhci: Convert to the driver model support Convert the driver to the driver model while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang Reviewed-by: Simon Glass Reviewed-by: Jaehoon Chung Reviewed-by: Heiko Schocher --- include/sdhci.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sdhci.h') diff --git a/include/sdhci.h b/include/sdhci.h index fcef4dc..6844c73 100644 --- a/include/sdhci.h +++ b/include/sdhci.h @@ -166,6 +166,8 @@ #define SDHCI_CAN_64BIT 0x10000000 #define SDHCI_CAPABILITIES_1 0x44 +#define SDHCI_CLOCK_MUL_MASK 0x00FF0000 +#define SDHCI_CLOCK_MUL_SHIFT 16 #define SDHCI_MAX_CURRENT 0x48 -- cgit v1.1