Message ID | 1478513376-14307-6-git-send-email-pankaj.dubey@samsung.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Hello Pankaj, On 11/07/2016 07:09 AM, Pankaj Dubey wrote: > This patch add max8997-clk in mfd_cell max8997_devs in order to probe > max8997-clk device driver. > > CC: Lee Jones <lee.jones@linaro.org> > Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> > --- Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards,
diff --git a/drivers/mfd/max8997.c b/drivers/mfd/max8997.c index bda9ec8..4b809f8 100644 --- a/drivers/mfd/max8997.c +++ b/drivers/mfd/max8997.c @@ -48,6 +48,7 @@ static const struct mfd_cell max8997_devs[] = { { .name = "max8997-muic", }, { .name = "max8997-led", .id = 1 }, { .name = "max8997-led", .id = 2 }, + { .name = "max8997-clk",}, }; #ifdef CONFIG_OF
This patch add max8997-clk in mfd_cell max8997_devs in order to probe max8997-clk device driver. CC: Lee Jones <lee.jones@linaro.org> Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> --- drivers/mfd/max8997.c | 1 + 1 file changed, 1 insertion(+)