From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932553AbcH3REv (ORCPT ); Tue, 30 Aug 2016 13:04:51 -0400 Received: from smtp05.mail.online.nl ([194.134.25.75]:44926 "EHLO smtp05.mail.online.nl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756292AbcH3REt (ORCPT ); Tue, 30 Aug 2016 13:04:49 -0400 X-Greylist: delayed 508 seconds by postgrey-1.27 at vger.kernel.org; Tue, 30 Aug 2016 13:04:48 EDT Subject: Re: [PATCH 2/2] hwmon: (max6650) Add initial rpm target devicetree documentation To: Rob Herring References: <1472026407-3448-1-git-send-email-mike.looijmans@topic.nl> <1472026407-3448-2-git-send-email-mike.looijmans@topic.nl> <20160830163804.GA5954@rob-hp-laptop> Cc: linux-hwmon@vger.kernel.org, devicetree@vger.kernel.org, linux@roeck-us.net, linux-kernel@vger.kernel.org From: Mike Looijmans Organization: Topic Message-ID: <57C5BAAC.1090002@topic.nl> Date: Tue, 30 Aug 2016 18:56:12 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160830163804.GA5954@rob-hp-laptop> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30-08-16 18:38, Rob Herring wrote: > On Wed, Aug 24, 2016 at 10:13:27AM +0200, Mike Looijmans wrote: >> Add devicetree property for early initialization of the fan controller >> to prevent overheating, for example when resetting the board while the >> fan was completely turned off. >> >> Signed-off-by: Mike Looijmans >> --- >> Documentation/devicetree/bindings/hwmon/max6650.txt | 5 +++++ >> 1 file changed, 5 insertions(+) > > The kernel boot seems kind of late to ensure your fan is running, but > > Acked-by: Rob Herring Thanks! Well, "late's better than never," my grandma used to say when we visited :) To put your mind at ease, the particular platform I'm using this for is an xc7z045 (Zynq) where the ARMs running the Linux kernel will only account for 0.5W, but once the logic awakens the chip can dissipate up to 30W. The logic bitstream is usually on the rootfs, so kernel boot is early enough for the fan to start spinning. And with the logic asleep, it need not spin at all. -- Mike Looijmans