summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-sunxi/mmc.h
diff options
context:
space:
mode:
authorIcenowy Zheng <icenowy@aosc.io>2018-07-21 16:20:29 +0800
committerJagan Teki <jagan@amarulasolutions.com>2018-07-31 11:38:13 +0530
commit42956f1b85feb7f612647b73539b8a84d38b68b6 (patch)
tree255bffbf6f7f1e9d9917098d1c3b261154e2200c /arch/arm/include/asm/arch-sunxi/mmc.h
parent7f51a4020e0cdcc8d07ed8be861b620e6a1d15d6 (diff)
downloadu-boot-42956f1b85feb7f612647b73539b8a84d38b68b6.tar.gz
u-boot-42956f1b85feb7f612647b73539b8a84d38b68b6.tar.xz
u-boot-42956f1b85feb7f612647b73539b8a84d38b68b6.zip
sunxi: add MMC support for H6
The Allwinner H6 SoC has 3 MMC controllers like the ones in A64, with the MMC2 come with the capability to do crypto by EMCE. Add MMC support for H6. EMCE support is not added yet. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> Reviewed-by: Jagan Teki <jagan@openedev.com> Tested-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm/include/asm/arch-sunxi/mmc.h')
-rw-r--r--arch/arm/include/asm/arch-sunxi/mmc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/mmc.h b/arch/arm/include/asm/arch-sunxi/mmc.h
index 1574b8e8fe..d98c53faaa 100644
--- a/arch/arm/include/asm/arch-sunxi/mmc.h
+++ b/arch/arm/include/asm/arch-sunxi/mmc.h
@@ -45,7 +45,7 @@ struct sunxi_mmc {
u32 chda; /* 0x90 */
u32 cbda; /* 0x94 */
u32 res2[26];
-#ifdef CONFIG_SUNXI_GEN_SUN6I
+#if defined(CONFIG_SUNXI_GEN_SUN6I) || defined(CONFIG_MACH_SUN50I_H6)
u32 res3[64];
#endif
u32 fifo; /* 0x100 / 0x200 FIFO access address */