Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752625AbcJJU3N (ORCPT ); Mon, 10 Oct 2016 16:29:13 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:36231 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752266AbcJJU3F (ORCPT ); Mon, 10 Oct 2016 16:29:05 -0400 Date: Mon, 10 Oct 2016 15:29:03 -0500 From: Rob Herring To: Pantelis Antoniou Cc: Lee Jones , Linus Walleij , Alexandre Courbot , Mark Rutland , Frank Rowand , Wolfram Sang , Richard Purdie , Jacek Anaszewski , Jean Delvare , Peter Rosin , Avirup Banerjee , Georgi Vlaev , Guenter Roeck , JawaharBalaji Thirumalaisamy , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, linux-i2c@vger.kernel.org, linux-leds@vger.kernel.org, linux-hwmon@vger.kernel.org Subject: Re: [PATCH 10/10] hwmon: i2cs-fan: Add hwmon dts binding documentation Message-ID: <20161010202903.GA9122@rob-hp-laptop> References: <1475853669-22480-1-git-send-email-pantelis.antoniou@konsulko.com> <1475853669-22480-11-git-send-email-pantelis.antoniou@konsulko.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1475853669-22480-11-git-send-email-pantelis.antoniou@konsulko.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1320 Lines: 50 On Fri, Oct 07, 2016 at 06:21:09PM +0300, Pantelis Antoniou wrote: > From: Georgi Vlaev > > Adds the I2CS Fan Tray hwmon device tree node documentation. > > Signed-off-by: Georgi Vlaev > [Ported from Juniper kernel] > Signed-off-by: Pantelis Antoniou > --- > Documentation/devicetree/bindings/hwmon/i2cs-fan.txt | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 Documentation/devicetree/bindings/hwmon/i2cs-fan.txt > > diff --git a/Documentation/devicetree/bindings/hwmon/i2cs-fan.txt b/Documentation/devicetree/bindings/hwmon/i2cs-fan.txt > new file mode 100644 > index 0000000..4ef880c > --- /dev/null > +++ b/Documentation/devicetree/bindings/hwmon/i2cs-fan.txt > @@ -0,0 +1,19 @@ > +Hwmon driver for Juniper fan trays on I2CS Slave FPGA This is a h/w description, not a driver. > + > +Required properties: > + > +- compatible: "i2cs-fan-hwmon" I doubt any fan control h/w has "hwmon" in the name. > + > +Optional properties: > + > +- num-fans: fans per tray (default 14) > + > +- tach-factor: TACH count scaling factor (default 120) vendor prefixes needed. > + > +Example: > + > +fan-hwmon { > + compatible = "jnx,i2cs-fan-hwmon"; > + num-fans = <6>; > + tach-factor = <33>; > +}; > -- > 1.9.1 >