summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-12-13 15:31:05 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:06:24 +0800
commit8ca436c1bda8476fbea9f05e4dc183881c3e82da (patch)
treeddb1904e4cd217f8bc5330d2bd756194ca8e7695 /arch/arm/include
parentffc1f0d1b19d4adfc1f5276e5d25a1f065c41606 (diff)
downloadu-boot-imx-8ca436c1bda8476fbea9f05e4dc183881c3e82da.zip
u-boot-imx-8ca436c1bda8476fbea9f05e4dc183881c3e82da.tar.gz
u-boot-imx-8ca436c1bda8476fbea9f05e4dc183881c3e82da.tar.bz2
MLK-13602-1 mx6: Add i.MX6ULL fused modules checking support
Add the modules disable fuses mapping with FDT nodes and devices name. Signed-off-by: Ye Li <ye.li@nxp.com> Tested-by: Bai Ping <ping.bai@nxp.com> (cherry picked from commit d033825f034467fa9c9aeff6fcf95a146c802cf1)
Diffstat (limited to 'arch/arm/include')
-rw-r--r--arch/arm/include/asm/arch-mx6/module_fuse.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mx6/module_fuse.h b/arch/arm/include/asm/arch-mx6/module_fuse.h
index 7208243..4745091 100644
--- a/arch/arm/include/asm/arch-mx6/module_fuse.h
+++ b/arch/arm/include/asm/arch-mx6/module_fuse.h
@@ -63,6 +63,10 @@ enum fuse_module_type{
MX6_MODULE_GPT2,
MX6_MODULE_EPIT1,
MX6_MODULE_EPIT2,
+ MX6_MODULE_EPDC,
+ MX6_MODULE_ESAI,
+ MX6_MODULE_DCP,
+ MX6_MODULE_DCP_CRYPTO,
};
#if !defined(CONFIG_MODULE_FUSE)