Quoting Satya Priya (2022-05-11 06:18:30) > Use i2c_new_dummy_device() to register pm8008-regulator > client present at a different address space, instead of > defining a separate DT node. This avoids calling the probe > twice for the same chip, once for each client pm8008-infra > and pm8008-regulator. > > As a part of this define pm8008_regmap_init() to do regmap > init for both the clients and define pm8008_get_regmap() to > pass the regmap to the regulator driver. > > Signed-off-by: Satya Priya <quic_c_skakit@xxxxxxxxxxx> > --- Reviewed-by: Stephen Boyd <swboyd@xxxxxxxxxxxx>