diff options
Diffstat (limited to 'include/regmap.h')
-rw-r--r-- | include/regmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/regmap.h b/include/regmap.h index eccf7707f4..922b39fad0 100644 --- a/include/regmap.h +++ b/include/regmap.h @@ -56,6 +56,9 @@ int regmap_read(struct regmap *map, uint offset, uint *valp); */ int regmap_init_mem(struct udevice *dev, struct regmap **mapp); +int regmap_init_mem_platdata(struct udevice *dev, fdt32_t *reg, int size, + struct regmap **mapp); + /** * regmap_get_range() - Obtain the base memory address of a regmap range * |