Commit 72b89b9a authored by Emil Renner Berthing's avatar Emil Renner Berthing Committed by Lee Jones

mfd: tps65086: Add cell entry for reset driver

The only way to reset the BeagleV Starlight v0.9 board[1] properly is to
tell the PMIC to reset itself which will then assert the external reset
lines of the SoC, USB hub and ethernet phy.

This adds an mfd cell entry for the reset driver doing just that.

[1] https://github.com/beagleboard/beaglev-starlightSigned-off-by: default avatarEmil Renner Berthing <kernel@esmil.dk>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent e06f4abb
......@@ -24,6 +24,7 @@
static const struct mfd_cell tps65086_cells[] = {
{ .name = "tps65086-regulator", },
{ .name = "tps65086-gpio", },
{ .name = "tps65086-reset", },
};
static const struct regmap_range tps65086_yes_ranges[] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment