From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger Date: Wed, 31 Aug 2016 13:28:49 +0100 Message-ID: <20160831122849.GF9415@dell> References: <1472109599-21915-1-git-send-email-wenyou.yang@atmel.com> <1472109599-21915-2-git-send-email-wenyou.yang@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <1472109599-21915-2-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Wenyou Yang Cc: Sebastian Reichel , Dmitry Eremin-Solenikov , David Woodhouse , Rob Herring , Pawel Moll , Mark Brown , Ian Campbell , Kumar Gala , Nicolas Ferre , Alexandre Belloni , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Thu, 25 Aug 2016, Wenyou Yang wrote: > To regard the act8945a-charger as a sub-device, add .of_compatible for > act8945a-charger cell. > > Signed-off-by: Wenyou Yang > --- > > Changes in v8: None > Changes in v7: None > Changes in v6: None > Changes in v5: None > Changes in v4: None > Changes in v3: None > Changes in v2: None > > drivers/mfd/act8945a.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. > diff --git a/drivers/mfd/act8945a.c b/drivers/mfd/act8945a.c > index 10c6d2d..a4024d9 100644 > --- a/drivers/mfd/act8945a.c > +++ b/drivers/mfd/act8945a.c > @@ -23,6 +23,7 @@ static const struct mfd_cell act8945a_devs[] = { > }, > { > .name = "act8945a-charger", > + .of_compatible = "active-semi,act8945a-charger", > }, > }; > -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html