From: Quentin Schulz Date: Wed, 28 Feb 2018 10:35:57 +0000 (+0100) Subject: mfd: axp20x: Probe axp20x_adc driver for AXP813 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e5d590fa60fbf0bf1c03ffc19ebce7c17ef6a7fe;p=linux.git mfd: axp20x: Probe axp20x_adc driver for AXP813 This makes the axp20x_adc driver probe with platform device id "axp813-adc". Signed-off-by: Quentin Schulz Acked-by: Chen-Yu Tsai Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c index 1977a039164dd..e5516aa6f91b0 100644 --- a/drivers/mfd/axp20x.c +++ b/drivers/mfd/axp20x.c @@ -885,7 +885,10 @@ static struct mfd_cell axp813_cells[] = { }, { .name = "axp20x-gpio", .of_compatible = "x-powers,axp813-gpio", - } + }, { + .name = "axp813-adc", + .of_compatible = "x-powers,axp813-adc", + }, }; static struct axp20x_dev *axp20x_pm_power_off;