Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2016-03-22 Thread Eduardo Valentin
On Mon, Mar 21, 2016 at 11:55:11AM +, Javi Merino wrote: > On Wed, Mar 02, 2016 at 07:21:53PM -0800, Eduardo Valentin wrote: > > On Mon, Jan 04, 2016 at 03:17:09PM +0100, Sascha Hauer wrote: > > > On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > > > > The thermal-sensor property o

Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2016-03-21 Thread Javi Merino
On Wed, Mar 02, 2016 at 07:21:53PM -0800, Eduardo Valentin wrote: > On Mon, Jan 04, 2016 at 03:17:09PM +0100, Sascha Hauer wrote: > > On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > > > The thermal-sensor property of the thermal zone node accepts phandles to > > > thermal sensors. H

Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2016-03-02 Thread Eduardo Valentin
On Mon, Jan 04, 2016 at 03:17:09PM +0100, Sascha Hauer wrote: > On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > > The thermal-sensor property of the thermal zone node accepts phandles to > > thermal sensors. However, thermal zones can be created as an > > + > > + thermal-s

Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2016-03-02 Thread Eduardo Valentin
On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > The thermal-sensor property of the thermal zone node accepts phandles to > thermal sensors. However, thermal zones can be created as an > aggregation of other thermal zones. Extend the thermal-sensors property > to allow phandles to o

Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2016-01-04 Thread Sascha Hauer
On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > The thermal-sensor property of the thermal zone node accepts phandles to > thermal sensors. However, thermal zones can be created as an > aggregation of other thermal zones. Extend the thermal-sensors property > to allow phandles to o

Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2015-11-25 Thread Javi Merino
On Wed, Nov 25, 2015 at 05:54:41PM +, Mark Rutland wrote: > On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > > The thermal-sensor property of the thermal zone node accepts phandles to > > thermal sensors. However, thermal zones can be created as an > > aggregation of other therma

Re: [PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2015-11-25 Thread Mark Rutland
On Wed, Nov 25, 2015 at 03:09:44PM +, Javi Merino wrote: > The thermal-sensor property of the thermal zone node accepts phandles to > thermal sensors. However, thermal zones can be created as an > aggregation of other thermal zones. Extend the thermal-sensors property > to allow phandles to o

[PATCH v3 2/4] devicetree: bindings: let thermal-sensor point to other thermal zones

2015-11-25 Thread Javi Merino
The thermal-sensor property of the thermal zone node accepts phandles to thermal sensors. However, thermal zones can be created as an aggregation of other thermal zones. Extend the thermal-sensors property to allow phandles to other thermal zones. This patch also adds an example that showcases h