Re: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2018-01-01 Thread Eduardo Valentin
On Tue, Dec 19, 2017 at 01:17:29PM +, Biju Das wrote: > This patch instantiates the thermal sensor module with thermal-zone > support. > > This patch is based on the commit cac68a56e34b > ("ARM: dts: r8a7791: enable to use thermal-zone") by Kuninori Morimoto. > > Signed-off-by: Biju Das

Re: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2017-12-20 Thread Simon Horman
On Wed, Dec 20, 2017 at 11:53:44AM +, Biju Das wrote: > Thanks, I will check and provide feedback if any. Thanks, you should be able to check renesas-devel-20171220-v4.15-rc4, which I pushed a few minutes ago.

RE: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2017-12-20 Thread Biju Das
kernel.org; linux-renesas- > s...@vger.kernel.org; linux...@vger.kernel.org > Subject: Re: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT > > On Wed, Dec 20, 2017 at 11:36:51AM +, Biju Das wrote: > > Hi Simon, > > > > Just noticed that > > > &

Re: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2017-12-20 Thread Simon Horman
On Wed, Dec 20, 2017 at 11:36:51AM +, Biju Das wrote: > Hi Simon, > > Just noticed that > > # make dtbs W=1 is giving below warning message. > > arch/arm/boot/dts/r8a7743-iwg20d-q7-dbcm-ca.dtb: Warning (simple_bus_reg): > Node /soc/thermal-zones missing or empty reg/ranges property > > Do

RE: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2017-12-20 Thread Biju Das
<mark.rutl...@arm.com>; Magnus Damm <magnus.d...@gmail.com>; > Chris Paterson <chris.paters...@renesas.com>; Fabrizio Castro > <fabrizio.cas...@bp.renesas.com>; devicet...@vger.kernel.org; linux-renesas- > s...@vger.kernel.org; linux...@vger.kernel.org > Subject:

Re: [PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2017-12-20 Thread Simon Horman
On Tue, Dec 19, 2017 at 01:17:29PM +, Biju Das wrote: > This patch instantiates the thermal sensor module with thermal-zone > support. > > This patch is based on the commit cac68a56e34b > ("ARM: dts: r8a7791: enable to use thermal-zone") by Kuninori Morimoto. > > Signed-off-by: Biju Das

[PATCH v2 2/2] ARM: dts: r8a7743: Add thermal device to DT

2017-12-19 Thread Biju Das
This patch instantiates the thermal sensor module with thermal-zone support. This patch is based on the commit cac68a56e34b ("ARM: dts: r8a7791: enable to use thermal-zone") by Kuninori Morimoto. Signed-off-by: Biju Das Reviewed-by: Fabrizio Castro