Commit 9ea97a7d authored by Rafał Miłecki's avatar Rafał Miłecki Committed by Boris Brezillon
Browse files

mtd: powernv_flash: set of_node in mtd's dev



This enables some features implemented in mtd subsystem like reading
label and partitioning info from DT.

Reported-by: default avatarTimothy Pearson <tpearson@raptorengineering.com>
Signed-off-by: default avatarRafał Miłecki <rafal@milecki.pl>
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
parent fb60e87d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ static int powernv_flash_set_driver_info(struct device *dev,
	mtd->_read = powernv_flash_read;
	mtd->_write = powernv_flash_write;
	mtd->dev.parent = dev;
	mtd_set_of_node(mtd, dev->of_node);
	return 0;
}