]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mfd: hi655x: Add the clock cell to provide WiFi and Bluetooth
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 17 Mar 2017 07:58:50 +0000 (08:58 +0100)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 10:54:43 +0000 (11:54 +0100)
The hi655x is a PMIC with regulator but also provides a clock for the WiFi
and the bluetooth which is missing in the current implementation.

Add the clock cell so it can be used in the next patch via the dts.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/hi655x-pmic.c

index ba706adee38b551379e429f42b1de558d333c5b7..c37ccbfd52f2a14be65c0008b96697f55029698c 100644 (file)
@@ -77,7 +77,8 @@ static const struct mfd_cell hi655x_pmic_devs[] = {
                .num_resources  = ARRAY_SIZE(pwrkey_resources),
                .resources      = &pwrkey_resources[0],
        },
-       {       .name           = "hi655x-regulator", },
+       {       .name           = "hi655x-regulator",   },
+       {       .name           = "hi655x-clk",         },
 };
 
 static void hi655x_local_irq_clear(struct regmap *map)