aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnric Balletbo i Serra <[email protected]>2019-04-03 16:05:29 +0200
committerLee Jones <[email protected]>2019-05-14 08:13:26 +0100
commit49a65e3c276c5ddc7d310257732bf9972ab64351 (patch)
tree14edf0fd833ed57a5b87ada36619f31a76e25444
parent178bc6b87ac45bc10c29855379b24eb0bdcd1d64 (diff)
mfd: cros_ec: Instantiate the CrOS USB PD logger driver
Add the cros-usbpd-logger driver for logging event data for the USB PD charger available in the Embedded Controller on ChromeOS systems. The logging feature is logically separate functionality from charge manager, hence is instantiated as a different driver. Signed-off-by: Enric Balletbo i Serra <[email protected]> Reviewed-by: Guenetr Roeck <[email protected]> Signed-off-by: Lee Jones <[email protected]>
-rw-r--r--drivers/mfd/cros_ec_dev.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
index 596f124f2a54..a3b319913097 100644
--- a/drivers/mfd/cros_ec_dev.c
+++ b/drivers/mfd/cros_ec_dev.c
@@ -385,7 +385,8 @@ static const struct mfd_cell cros_ec_rtc_cells[] = {
};
static const struct mfd_cell cros_usbpd_charger_cells[] = {
- { .name = "cros-usbpd-charger" }
+ { .name = "cros-usbpd-charger" },
+ { .name = "cros-usbpd-logger" },
};
static const struct mfd_cell cros_ec_platform_cells[] = {