]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/fsl_esdhc.h
Unified codebase for TX28, TX48, TX51, TX53
[karo-tx-uboot.git] / include / fsl_esdhc.h
index 8418bf7f47aa177af9bcd029276646c5525e15b9..86320a16a576fde1804b4f724f21e50975cf6078 100644 (file)
@@ -26,6 +26,7 @@
 #ifndef  __FSL_ESDHC_H__
 #define        __FSL_ESDHC_H__
 
+#include <linux/compat.h>
 #include <asm/errno.h>
 #include <asm/byteorder.h>
 
 #define ESDHC_HOSTCAPBLT_HSS   0x00200000
 
 struct fsl_esdhc_cfg {
-       u32     esdhc_base;
+       void __iomem *esdhc_base;
        u32     no_snoop;
+       int     cd_gpio;
+       int     wp_gpio;
 };
 
 /* Select the correct accessors depending on endianess */