Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752752AbdDKN7E (ORCPT ); Tue, 11 Apr 2017 09:59:04 -0400 Received: from mail-wr0-f181.google.com ([209.85.128.181]:33782 "EHLO mail-wr0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751812AbdDKN7C (ORCPT ); Tue, 11 Apr 2017 09:59:02 -0400 Date: Tue, 11 Apr 2017 14:58:58 +0100 From: Lee Jones To: Daniel Lezcano Cc: mturquette@baylibre.com, sboyd@codeaurora.org, linux-kernel@vger.kernel.org, guodong.xu@linaro.org Subject: Re: [PATCH 2/2] mfd: hi655x: Add the clock cell to provide WiFi and Bluetooth Message-ID: <20170411135858.5cdarrd3o2ogvtsf@dell> References: <1489737531-3036-1-git-send-email-daniel.lezcano@linaro.org> <1489737531-3036-2-git-send-email-daniel.lezcano@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1489737531-3036-2-git-send-email-daniel.lezcano@linaro.org> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1051 Lines: 34 On Fri, 17 Mar 2017, Daniel Lezcano wrote: > 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 > --- > drivers/mfd/hi655x-pmic.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks. > 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) -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog