From 430fc22cde5cccad4d9011b0ae4344ba5d885345 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Fri, 24 Jun 2011 12:17:07 +0100 Subject: [PATCH] --- yaml --- r: 261885 b: refs/heads/master c: a5e06781f073842beb81d088eb787f0ea23d6499 h: refs/heads/master i: 261883: d64daae8ecbbf43f237250305b4e2477a0b452e9 v: v3 --- [refs] | 2 +- trunk/drivers/mfd/wm831x-core.c | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2886877ad26c..b5d5288d7cf6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2f2233413a7aab688e6484abf0941f8ca34da1bd +refs/heads/master: a5e06781f073842beb81d088eb787f0ea23d6499 diff --git a/trunk/drivers/mfd/wm831x-core.c b/trunk/drivers/mfd/wm831x-core.c index baae9e47bffb..282e76ab678f 100644 --- a/trunk/drivers/mfd/wm831x-core.c +++ b/trunk/drivers/mfd/wm831x-core.c @@ -731,6 +731,9 @@ static struct mfd_cell wm8310_devs[] = { .num_resources = ARRAY_SIZE(wm831x_dcdc4_resources), .resources = wm831x_dcdc4_resources, }, + { + .name = "wm831x-clk", + }, { .name = "wm831x-epe", .id = 1, @@ -882,6 +885,9 @@ static struct mfd_cell wm8311_devs[] = { .num_resources = ARRAY_SIZE(wm831x_dcdc4_resources), .resources = wm831x_dcdc4_resources, }, + { + .name = "wm831x-clk", + }, { .name = "wm831x-epe", .id = 1, @@ -1009,6 +1015,9 @@ static struct mfd_cell wm8312_devs[] = { .num_resources = ARRAY_SIZE(wm831x_dcdc4_resources), .resources = wm831x_dcdc4_resources, }, + { + .name = "wm831x-clk", + }, { .name = "wm831x-epe", .id = 1, @@ -1160,6 +1169,9 @@ static struct mfd_cell wm8320_devs[] = { .num_resources = ARRAY_SIZE(wm8320_dcdc4_buck_resources), .resources = wm8320_dcdc4_buck_resources, }, + { + .name = "wm831x-clk", + }, { .name = "wm831x-gpio", .num_resources = ARRAY_SIZE(wm831x_gpio_resources),