colibri-imx6ull: fix vidargs
[oweals/u-boot.git] / include / regmap.h
index 3cd7a66cea70a16ad3161ac73ab25146e1263743..0854200a9c162811a96b47e3d14f6e0779b3121c 100644 (file)
@@ -330,6 +330,8 @@ int regmap_init_mem(ofnode node, struct regmap **mapp);
 int regmap_init_mem_platdata(struct udevice *dev, fdt_val_t *reg, int count,
                             struct regmap **mapp);
 
+int regmap_init_mem_index(ofnode node, struct regmap **mapp, int index);
+
 /**
  * regmap_get_range() - Obtain the base memory address of a regmap range
  *