global: Migrate CONFIG_POWER_LTC3676_I2C_ADDR to CFG
Perform a simple rename of CONFIG_POWER_LTC3676_I2C_ADDR to CFG_POWER_LTC3676_I2C_ADDR Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -851,8 +851,8 @@ void setup_pmic(void)
|
||||
}
|
||||
|
||||
/* configure LTC3676 PMIC */
|
||||
else if (!i2c_probe(CONFIG_POWER_LTC3676_I2C_ADDR)) {
|
||||
debug("probed LTC3676@0x%x\n", CONFIG_POWER_LTC3676_I2C_ADDR);
|
||||
else if (!i2c_probe(CFG_POWER_LTC3676_I2C_ADDR)) {
|
||||
debug("probed LTC3676@0x%x\n", CFG_POWER_LTC3676_I2C_ADDR);
|
||||
power_ltc3676_init(i2c_pmic);
|
||||
p = pmic_get("LTC3676_PMIC");
|
||||
if (!p || pmic_probe(p))
|
||||
|
||||
Reference in New Issue
Block a user