Re: [PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-05 Thread Nishanth Menon
On 01/03/2015 05:39 PM, Sebastian Reichel wrote: On Sat, Jan 03, 2015 at 12:30:26PM -0600, Nishanth Menon wrote: [...] + gpio-fan,speed-map = <00 + 13000 1>; [...] iirc DT maintainers prefer this format: gpio-fan,speed-map = <0 0>,

Re: [PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-05 Thread Nishanth Menon
On 01/03/2015 05:39 PM, Sebastian Reichel wrote: On Sat, Jan 03, 2015 at 12:30:26PM -0600, Nishanth Menon wrote: [...] + gpio-fan,speed-map = 00 + 13000 1; [...] iirc DT maintainers prefer this format: gpio-fan,speed-map = 0 0,

Re: [PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-03 Thread Sebastian Reichel
Hi Nishanth, On Sat, Jan 03, 2015 at 12:30:26PM -0600, Nishanth Menon wrote: > [...] > + gpio-fan,speed-map = <00 > + 13000 1>; > [...] iirc DT maintainers prefer this format: gpio-fan,speed-map = <0 0>, <13000 1>; This

[PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-03 Thread Nishanth Menon
TPS gpio now controls a 5v 500mA TL5209 regulator which may be supply a fan (such as AFB02505HHB) over J1 connector for various purposes. Provide device tree node to enable the same. Signed-off-by: Nishanth Menon --- V3: Rebased to v3.19-rc1, added label for GPIO fan (for future cooling device

[PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-03 Thread Nishanth Menon
TPS gpio now controls a 5v 500mA TL5209 regulator which may be supply a fan (such as AFB02505HHB) over J1 connector for various purposes. Provide device tree node to enable the same. Signed-off-by: Nishanth Menon n...@ti.com --- V3: Rebased to v3.19-rc1, added label for GPIO fan (for future

Re: [PATCH V3] ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

2015-01-03 Thread Sebastian Reichel
Hi Nishanth, On Sat, Jan 03, 2015 at 12:30:26PM -0600, Nishanth Menon wrote: [...] + gpio-fan,speed-map = 00 + 13000 1; [...] iirc DT maintainers prefer this format: gpio-fan,speed-map = 0 0, 13000 1; This should