From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751947AbbLaRi5 (ORCPT ); Thu, 31 Dec 2015 12:38:57 -0500 Received: from mail-pf0-f178.google.com ([209.85.192.178]:36451 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751466AbbLaRiv (ORCPT ); Thu, 31 Dec 2015 12:38:51 -0500 Date: Thu, 31 Dec 2015 09:38:45 -0800 From: Eduardo Valentin To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Pavel Machek , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver Message-ID: <20151231173844.GD11863@localhost.localdomain> References: <1451086345-3340-1-git-send-email-pali.rohar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1451086345-3340-1-git-send-email-pali.rohar@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, On Sat, Dec 26, 2015 at 12:32:25AM +0100, Pali Rohár wrote: > Driver for omap3 with documentation is there since v4.4-rc1. > > Signed-off-by: Pali Rohár > --- > arch/arm/boot/dts/omap34xx.dtsi | 5 +++++ > arch/arm/boot/dts/omap36xx.dtsi | 5 +++++ > 2 files changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi > index 4f6b2d5..c3f488f 100644 > --- a/arch/arm/boot/dts/omap34xx.dtsi > +++ b/arch/arm/boot/dts/omap34xx.dtsi > @@ -54,6 +54,11 @@ > #size-cells = <0>; > }; > }; > + > + bandgap { > + reg = <0x48002524 0x4>; > + compatible = "ti,omap34xx-bandgap"; > + }; > }; > }; > > diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi > index 86253de..00f98c1 100644 > --- a/arch/arm/boot/dts/omap36xx.dtsi > +++ b/arch/arm/boot/dts/omap36xx.dtsi > @@ -86,6 +86,11 @@ > #size-cells = <0>; > }; > }; > + > + bandgap { > + reg = <0x48002524 0x4>; > + compatible = "ti,omap36xx-bandgap"; Can you please already add on both cases #thermal-sensor-cells = <0>; ? This way we can already use them to define thermal zones. Of course, that alone won't add the thermal zones. A separated patch would be needed to add the thermal zone for OMAP3. > + }; > }; > }; > > -- > 1.7.9.5 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eduardo Valentin Subject: Re: [PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver Date: Thu, 31 Dec 2015 09:38:45 -0800 Message-ID: <20151231173844.GD11863@localhost.localdomain> References: <1451086345-3340-1-git-send-email-pali.rohar@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1451086345-3340-1-git-send-email-pali.rohar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Pavel Machek , linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org Hello, On Sat, Dec 26, 2015 at 12:32:25AM +0100, Pali Roh=E1r wrote: > Driver for omap3 with documentation is there since v4.4-rc1. >=20 > Signed-off-by: Pali Roh=E1r > --- > arch/arm/boot/dts/omap34xx.dtsi | 5 +++++ > arch/arm/boot/dts/omap36xx.dtsi | 5 +++++ > 2 files changed, 10 insertions(+) >=20 > diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap= 34xx.dtsi > index 4f6b2d5..c3f488f 100644 > --- a/arch/arm/boot/dts/omap34xx.dtsi > +++ b/arch/arm/boot/dts/omap34xx.dtsi > @@ -54,6 +54,11 @@ > #size-cells =3D <0>; > }; > }; > + > + bandgap { > + reg =3D <0x48002524 0x4>; > + compatible =3D "ti,omap34xx-bandgap"; > + }; > }; > }; > =20 > diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap= 36xx.dtsi > index 86253de..00f98c1 100644 > --- a/arch/arm/boot/dts/omap36xx.dtsi > +++ b/arch/arm/boot/dts/omap36xx.dtsi > @@ -86,6 +86,11 @@ > #size-cells =3D <0>; > }; > }; > + > + bandgap { > + reg =3D <0x48002524 0x4>; > + compatible =3D "ti,omap36xx-bandgap"; Can you please already add on both cases #thermal-sensor-cells =3D <0>; ? This way we can already use them to define thermal zones. Of course, that alone won't add the thermal zones. A separated patch would be needed to add the thermal zone for OMAP3. > + }; > }; > }; > =20 > --=20 > 1.7.9.5 >=20 -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: edubezval@gmail.com (Eduardo Valentin) Date: Thu, 31 Dec 2015 09:38:45 -0800 Subject: [PATCH] ARM: dts: omap3: Include missing bandgap data for ti-soc-thermal driver In-Reply-To: <1451086345-3340-1-git-send-email-pali.rohar@gmail.com> References: <1451086345-3340-1-git-send-email-pali.rohar@gmail.com> Message-ID: <20151231173844.GD11863@localhost.localdomain> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello, On Sat, Dec 26, 2015 at 12:32:25AM +0100, Pali Roh?r wrote: > Driver for omap3 with documentation is there since v4.4-rc1. > > Signed-off-by: Pali Roh?r > --- > arch/arm/boot/dts/omap34xx.dtsi | 5 +++++ > arch/arm/boot/dts/omap36xx.dtsi | 5 +++++ > 2 files changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi > index 4f6b2d5..c3f488f 100644 > --- a/arch/arm/boot/dts/omap34xx.dtsi > +++ b/arch/arm/boot/dts/omap34xx.dtsi > @@ -54,6 +54,11 @@ > #size-cells = <0>; > }; > }; > + > + bandgap { > + reg = <0x48002524 0x4>; > + compatible = "ti,omap34xx-bandgap"; > + }; > }; > }; > > diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi > index 86253de..00f98c1 100644 > --- a/arch/arm/boot/dts/omap36xx.dtsi > +++ b/arch/arm/boot/dts/omap36xx.dtsi > @@ -86,6 +86,11 @@ > #size-cells = <0>; > }; > }; > + > + bandgap { > + reg = <0x48002524 0x4>; > + compatible = "ti,omap36xx-bandgap"; Can you please already add on both cases #thermal-sensor-cells = <0>; ? This way we can already use them to define thermal zones. Of course, that alone won't add the thermal zones. A separated patch would be needed to add the thermal zone for OMAP3. > + }; > }; > }; > > -- > 1.7.9.5 >