devm_regmap_init_i2c

The interface has the following parameters.
  • Synopsis:
    # define devm_regmap_init_i2c(i2c, config)				\
    	__regmap_lockdep_wrapper(__devm_regmap_init_i2c, #config,	\
    				i2c, config)
  • Description: This interface is to map the PMIC address.
  • Parameters:
    • i2c: The target i2c device
    • config: The PMIC regmap information.