aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2021-06-16 11:51:25 -0700
committerLee Jones <lee.jones@linaro.org>2021-06-22 12:53:03 +0100
commit8a14ded5a8cb7d4146c12f984b5346bffde9b70f (patch)
treef82f45580ea4725f43e70970e76abeaaad224f2e /drivers/mfd
parentmfd: max8907: Remove IRQF_NO_AUTOEN flag (diff)
downloadlinux-dev-8a14ded5a8cb7d4146c12f984b5346bffde9b70f.tar.xz
linux-dev-8a14ded5a8cb7d4146c12f984b5346bffde9b70f.zip
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: Daisuke Nojiri <dnojiri@chromium.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/cros_ec_dev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
index a9700436e5e5..8c08d1c55726 100644
--- a/drivers/mfd/cros_ec_dev.c
+++ b/drivers/mfd/cros_ec_dev.c
@@ -114,6 +114,7 @@ static const struct mfd_cell cros_ec_platform_cells[] = {
{ .name = "cros-ec-chardev", },
{ .name = "cros-ec-debugfs", },
{ .name = "cros-ec-sysfs", },
+ { .name = "cros-ec-pchg", },
};
static const struct mfd_cell cros_ec_lightbar_cells[] = {