On Wed, 27 May 2020 at 06:52, Pratyush Yadav <p.ya...@ti.com> wrote: > > Some devices need to calculate the regmap base address at runtime. This > makes it impossible to use device tree to get the regmap base. Instead, > allow devices to specify it in the regmap config. This will create a > regmap with a single range that corresponds to the start and size given > by the driver. > > Signed-off-by: Pratyush Yadav <p.ya...@ti.com> > --- > drivers/core/regmap.c | 6 +++++- > include/regmap.h | 6 ++++++ > 2 files changed, 11 insertions(+), 1 deletion(-) >
Reviewed-by: Simon Glass <s...@chromium.org>