[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1489737531-3036-2-git-send-email-daniel.lezcano@linaro.org>
Date: Fri, 17 Mar 2017 08:58:50 +0100
From: Daniel Lezcano <daniel.lezcano@...aro.org>
To: mturquette@...libre.com, sboyd@...eaurora.org, lee.jones@...aro.org
Cc: linux-kernel@...r.kernel.org, guodong.xu@...aro.org
Subject: [PATCH 2/2] 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: Daniel Lezcano <daniel.lezcano@...aro.org>
---
drivers/mfd/hi655x-pmic.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/drivers/mfd/hi655x-pmic.c b/drivers/mfd/hi655x-pmic.c
index ba706ad..c37ccbf 100644
--- a/drivers/mfd/hi655x-pmic.c
+++ b/drivers/mfd/hi655x-pmic.c
@@ -77,7 +77,8 @@
.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)
--
1.9.1
Powered by blists - more mailing lists