Loading drivers/power/pmic/palmas.c +1 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,7 @@ static struct dm_pmic_ops palmas_ops = { }; static const struct udevice_id palmas_ids[] = { { .compatible = "ti,palmas", .data = PALMAS }, // twl6035/37 { .compatible = "ti,tps659038", .data = TPS659038 }, { .compatible = "ti,tps65917" , .data = TPS65917 }, { } Loading Loading
drivers/power/pmic/palmas.c +1 −0 Original line number Diff line number Diff line Loading @@ -90,6 +90,7 @@ static struct dm_pmic_ops palmas_ops = { }; static const struct udevice_id palmas_ids[] = { { .compatible = "ti,palmas", .data = PALMAS }, // twl6035/37 { .compatible = "ti,tps659038", .data = TPS659038 }, { .compatible = "ti,tps65917" , .data = TPS65917 }, { } Loading