]> git.sur5r.net Git - u-boot/blobdiff - include/fsl_esdhc.h
arm: socfpga: Remove unused passing parameter of socfpga_bridges_reset
[u-boot] / include / fsl_esdhc.h
index c6f46664c7f21d23cbdf5b72db527841fc04f797..02b362d5e36e2d74a06960d4005f39f67f32adf0 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef  __FSL_ESDHC_H__
 #define        __FSL_ESDHC_H__
 
-#include <asm/errno.h>
+#include <linux/errno.h>
 #include <asm/byteorder.h>
 
 /* needed for the mmc_cfg definition */
@@ -177,7 +177,8 @@ struct fsl_esdhc_cfg {
        phys_addr_t esdhc_base;
        u32     sdhc_clk;
        u8      max_bus_width;
-       u8      wp_enable;
+       int     wp_enable;
+       int     vs18_enable; /* Use 1.8V if set to 1 */
        struct mmc_config cfg;
 };