Re: [PATCH] thermal: rcar: enable to set tripN-temp via DT

2015-11-25 Thread Kuninori Morimoto
Hi Geert > wrote: > >> Besides, your property is already covered by of-thermal. Please convert > >> your driver to use of-thermal, this way it will give you the flexibility > >> to configure thermal data in DT. > > > > I see, but we need to keep compatibility for non-DT SoC. > > (This driver is

Re: [PATCH] thermal: rcar: enable to set tripN-temp via DT

2015-11-25 Thread Geert Uytterhoeven
Hi Morimoto-san, On Wed, Nov 25, 2015 at 6:23 AM, Kuninori Morimoto wrote: >> Besides, your property is already covered by of-thermal. Please convert >> your driver to use of-thermal, this way it will give you the flexibility >> to configure thermal data in DT. > > I see, but we need to keep comp

Re: [PATCH] thermal: rcar: enable to set tripN-temp via DT

2015-11-24 Thread Kuninori Morimoto
Hi Eduardo Thank you for your feedback > > From: Kuninori Morimoto > > > > Current rcar thermal driver is using 90 degrees as trip temp, but it > > should be based on each SoC / platform. > > This patch enables to set trip temp via DT. (It uses db8500-thermal > > style for it) > > It will use

Re: [PATCH] thermal: rcar: enable to set tripN-temp via DT

2015-11-24 Thread Eduardo Valentin
Morimoto-san, On Wed, Nov 25, 2015 at 01:45:14AM +, Kuninori Morimoto wrote: > > From: Kuninori Morimoto > > Current rcar thermal driver is using 90 degrees as trip temp, but it > should be based on each SoC / platform. > This patch enables to set trip temp via DT. (It uses db8500-thermal

[PATCH] thermal: rcar: enable to set tripN-temp via DT

2015-11-24 Thread Kuninori Morimoto
From: Kuninori Morimoto Current rcar thermal driver is using 90 degrees as trip temp, but it should be based on each SoC / platform. This patch enables to set trip temp via DT. (It uses db8500-thermal style for it) It will use 90 degrees as default trip temp if DT doesn't have it. Signed-off-by