|
@@ -35,7 +35,10 @@ static const struct mfd_cell max14577_devs[] = {
|
|
.name = "max14577-regulator",
|
|
.name = "max14577-regulator",
|
|
.of_compatible = "maxim,max14577-regulator",
|
|
.of_compatible = "maxim,max14577-regulator",
|
|
},
|
|
},
|
|
- { .name = "max14577-charger", },
|
|
|
|
|
|
+ {
|
|
|
|
+ .name = "max14577-charger",
|
|
|
|
+ .of_compatible = "maxim,max14577-charger",
|
|
|
|
+ },
|
|
};
|
|
};
|
|
|
|
|
|
static const struct mfd_cell max77836_devs[] = {
|
|
static const struct mfd_cell max77836_devs[] = {
|