Commit 8a14ded5 authored by Daisuke Nojiri's avatar Daisuke Nojiri Committed by Lee Jones

mfd: cros_ec: Add peripheral device charger

This patch adds a cell entry for PCHG (Peripheral CHarGer). PCHG is a
framework managing power supplies for peripheral devices.
Signed-off-by: default avatarDaisuke Nojiri <dnojiri@chromium.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 184b69c5
...@@ -114,6 +114,7 @@ static const struct mfd_cell cros_ec_platform_cells[] = { ...@@ -114,6 +114,7 @@ static const struct mfd_cell cros_ec_platform_cells[] = {
{ .name = "cros-ec-chardev", }, { .name = "cros-ec-chardev", },
{ .name = "cros-ec-debugfs", }, { .name = "cros-ec-debugfs", },
{ .name = "cros-ec-sysfs", }, { .name = "cros-ec-sysfs", },
{ .name = "cros-ec-pchg", },
}; };
static const struct mfd_cell cros_ec_lightbar_cells[] = { static const struct mfd_cell cros_ec_lightbar_cells[] = {
......
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