These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / drivers / mtd / nand / tmio_nand.c
index fb8fd35..befddf0 100644 (file)
@@ -382,6 +382,7 @@ static int tmio_probe(struct platform_device *dev)
        nand_chip = &tmio->chip;
        mtd->priv = nand_chip;
        mtd->name = "tmio-nand";
+       mtd->dev.parent = &dev->dev;
 
        tmio->ccr = devm_ioremap(&dev->dev, ccr->start, resource_size(ccr));
        if (!tmio->ccr)