X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fregmap.h;h=493a5d8eff84d0d443c680604bb495ba9835c7fd;hb=0f44d33536a50ef65259c322fa2d4a058585caf9;hp=1eed94e47a32d4eaa67e01a6ba22d05f5951ffe7;hpb=c6f086ddcbfb47918b82f6a135c61f432540da42;p=people%2Fms%2Fu-boot.git diff --git a/include/regmap.h b/include/regmap.h index 1eed94e47a..493a5d8eff 100644 --- a/include/regmap.h +++ b/include/regmap.h @@ -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); /**