diff options
| -rw-r--r-- | drivers/mfd/axp20x.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 902f9f27e748..2215660dfa05 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c | |||
| @@ -747,6 +747,11 @@ static const struct mfd_cell axp803_cells[] = { | |||
| 747 | .of_compatible = "x-powers,axp813-ac-power-supply", | 747 | .of_compatible = "x-powers,axp813-ac-power-supply", |
| 748 | .num_resources = ARRAY_SIZE(axp20x_ac_power_supply_resources), | 748 | .num_resources = ARRAY_SIZE(axp20x_ac_power_supply_resources), |
| 749 | .resources = axp20x_ac_power_supply_resources, | 749 | .resources = axp20x_ac_power_supply_resources, |
| 750 | }, { | ||
| 751 | .name = "axp20x-usb-power-supply", | ||
| 752 | .num_resources = ARRAY_SIZE(axp803_usb_power_supply_resources), | ||
| 753 | .resources = axp803_usb_power_supply_resources, | ||
| 754 | .of_compatible = "x-powers,axp813-usb-power-supply", | ||
| 750 | }, | 755 | }, |
| 751 | { .name = "axp20x-regulator" }, | 756 | { .name = "axp20x-regulator" }, |
| 752 | }; | 757 | }; |
