This patch add max8997-clk in mfd_cell max8997_devs in order to probe max8997-clk device driver. CC: Lee Jones <lee.jones@xxxxxxxxxx> Signed-off-by: Pankaj Dubey <pankaj.dubey@xxxxxxxxxxx> --- drivers/mfd/max8997.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html