提交 ac03fec1 编写于 作者: D Daniel Lezcano 提交者: Lee Jones

mfd: hi655x: Add the clock cell to provide WiFi and Bluetooth

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: NDaniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 b5238b41
...@@ -77,7 +77,8 @@ static const struct mfd_cell hi655x_pmic_devs[] = { ...@@ -77,7 +77,8 @@ static const struct mfd_cell hi655x_pmic_devs[] = {
.num_resources = ARRAY_SIZE(pwrkey_resources), .num_resources = ARRAY_SIZE(pwrkey_resources),
.resources = &pwrkey_resources[0], .resources = &pwrkey_resources[0],
}, },
{ .name = "hi655x-regulator", }, { .name = "hi655x-regulator", },
{ .name = "hi655x-clk", },
}; };
static void hi655x_local_irq_clear(struct regmap *map) static void hi655x_local_irq_clear(struct regmap *map)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册