Merge git://www.denx.de/git/u-boot-imx
[oweals/u-boot.git] / include / spi.h
index deb65efdfb73c23841a6d64de6374a23cf66051d..8c4b882c54d390e91eaa8b5d01a2e9aaa1f18491 100644 (file)
@@ -562,7 +562,7 @@ int spi_find_chip_select(struct udevice *bus, int cs, struct udevice **devp);
  * @node:      Node offset to read from
  * @plat:      Place to put the decoded information
  */
-int spi_slave_ofdata_to_platdata(const void *blob, int node,
+int spi_slave_ofdata_to_platdata(struct udevice *dev,
                                 struct dm_spi_slave_platdata *plat);
 
 /**