]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/regmap.h
dfu: Fix up the Kconfig mess
[people/ms/u-boot.git] / include / regmap.h
index 1eed94e47a32d4eaa67e01a6ba22d05f5951ffe7..493a5d8eff84d0d443c680604bb495ba9835c7fd 100644 (file)
@@ -69,7 +69,7 @@ int regmap_init_mem(struct udevice *dev, struct regmap **mapp);
  * @count:     Number of pairs (e.g. 1 if the regmap has a single entry)
  * @mapp:      Returns allocated map
  */
-int regmap_init_mem_platdata(struct udevice *dev, u32 *reg, int count,
+int regmap_init_mem_platdata(struct udevice *dev, fdt_val_t *reg, int count,
                             struct regmap **mapp);
 
 /**