From 6f0b7caa671f92c2d4676c84381d17fb90f7d2cd Mon Sep 17 00:00:00 2001 From: Rajeshwari Shinde Date: Tue, 29 Oct 2013 12:53:13 +0530 Subject: DWMMC: SMDK5420: Disable SMU for eMMC SMDK5420 has a new Security Management Unit added for dwmmc driver, hence, configuring the control registers to support booting via eMMC. Signed-off-by: Alim Akhtar Signed-off-by: Rajeshwari Shinde Acked-by: Simon Glass Acked-by: Jaehoon Chung Acked-by: Pantelis Antoniou --- include/dwmmc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/dwmmc.h b/include/dwmmc.h index ecaa76368d8..6c91143e96e 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -123,6 +123,9 @@ #define DWMCI_BMOD_IDMAC_FB (1 << 1) #define DWMCI_BMOD_IDMAC_EN (1 << 7) +/* quirks */ +#define DWMCI_QUIRK_DISABLE_SMU (1 << 0) + struct dwmci_host { char *name; void *ioaddr; -- cgit v1.2.3