Merge u-boot/master into u-boot-ti/master
[platform/kernel/u-boot.git] / drivers / mmc / fsl_esdhc.c
index b90f3e7..54b5363 100644 (file)
@@ -552,6 +552,7 @@ int fsl_esdhc_initialize(bd_t *bis, struct fsl_esdhc_cfg *cfg)
        mmc->set_ios = esdhc_set_ios;
        mmc->init = esdhc_init;
        mmc->getcd = esdhc_getcd;
+       mmc->getwp = NULL;
 
        voltage_caps = 0;
        caps = regs->hostcapblt;