From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751145AbdAWLw6 (ORCPT ); Mon, 23 Jan 2017 06:52:58 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:38399 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751113AbdAWLw5 (ORCPT ); Mon, 23 Jan 2017 06:52:57 -0500 Date: Mon, 23 Jan 2017 11:56:55 +0000 From: Lee Jones To: Linus Walleij Cc: linux-kernel@vger.kernel.org, Ulf Hansson Subject: Re: [PATCH] mfd: ab8500-core: rename clock device and compatible Message-ID: <20170123115655.GH16020@dell> References: <20170113151020.31520-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170113151020.31520-1-linus.walleij@linaro.org> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 13 Jan 2017, Linus Walleij wrote: > We didn't have proper device tree bindings for this clock, > I standardized it to use the exact chipname so let's rename > it "ab8500-clk" and rectify the device tree compatible string > to "stericsson,ab8500-clk". > > Cc: Ulf Hansson > Signed-off-by: Linus Walleij > --- > drivers/mfd/ab8500-core.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. > diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c > index 6e00124cef01..8511c068a610 100644 > --- a/drivers/mfd/ab8500-core.c > +++ b/drivers/mfd/ab8500-core.c > @@ -656,8 +656,8 @@ static const struct mfd_cell ab8500_devs[] = { > .of_compatible = "stericsson,ab8500-regulator", > }, > { > - .name = "abx500-clk", > - .of_compatible = "stericsson,abx500-clk", > + .name = "ab8500-clk", > + .of_compatible = "stericsson,ab8500-clk", > }, > { > .name = "ab8500-gpadc", -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog