X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fpower%2Fpmic%2Fpmic_max77686.c;h=1ad810acc266cb41cfbc5071c633c464d6418865;hb=52a3de5e123b3c36706b3904464a409b70e2d481;hp=95b1a57ca2bf10829befad0022948d608bfe39b3;hpb=878cd63e02f63f245182a101807186b44e20f116;p=u-boot diff --git a/drivers/power/pmic/pmic_max77686.c b/drivers/power/pmic/pmic_max77686.c index 95b1a57ca2..1ad810acc2 100644 --- a/drivers/power/pmic/pmic_max77686.c +++ b/drivers/power/pmic/pmic_max77686.c @@ -295,7 +295,7 @@ int pmic_init(unsigned char bus) p->name = name; p->interface = PMIC_I2C; - p->number_of_regs = PMIC_NUM_OF_REGS; + p->number_of_regs = MAX77686_NUM_OF_REGS; p->hw.i2c.tx_num = 1; puts("Board PMIC init\n");