From mboxrd@z Thu Jan 1 00:00:00 1970 From: arno@natisbad.org (Arnaud Ebalard) Date: Wed, 24 Apr 2013 07:43:51 +0200 Subject: [PATCHv1 3/3] hwmon: Add DT documentation for g762 driver In-Reply-To: <20130423222305.GD13884@titan.lakedaemon.net> (Jason Cooper's message of "Tue, 23 Apr 2013 18:23:05 -0400") References: <6ee748f450ba2a80c87aba08c0672105e2800f93.1366753420.git.arno@natisbad.org> <20130423222305.GD13884@titan.lakedaemon.net> Message-ID: <87r4i0fppk.fsf@natisbad.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Jason, Jason Cooper writes: >> +Example g762 node: >> + >> + g762: g762 at 3e { >> + compatible = "gmt,g762"; >> + reg = <0x3e>; >> + pwm_mode = <1>; /* closed-loop control */ >> + pwm_enable = <2>; /* PWM mode */ >> + pwm_freq = <8192>; /* PWM reference clock freq */ >> + fan_pulses = <2>; /* 2 pulses per rev */ >> + fan_div = <2>; /* fan clock divisor */ >> + fan_target = <2000>; /* target fan speed at 2000 RPM */ >> + fan_gear_mode = <0>; /* default */ >> + fan_startv = <1>; /* default */ >> + pwm_polarity = <0>; /* default */ >> + }; > > I was just giving this quick overview and noticed that you have > leading whitespace issues in the above block... Will fix that in next round. Sorry for that and thanks for your time. Cheers, a+