[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <52407335.3030403@wwwdotorg.org>
Date: Mon, 23 Sep 2013 10:58:29 -0600
From: Stephen Warren <swarren@...dotorg.org>
To: Laxman Dewangan <ldewangan@...dia.com>
CC: lee.jones@...aro.org, sameo@...ux.intel.com, broonie@...nel.org,
linus.walleij@...aro.org, akpm@...ux-foundation.org,
devicetree@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-gpio@...r.kernel.org,
rtc-linux@...glegroups.com, rob.herring@...xeda.com,
mark.rutland@....com, pawel.moll@....com, rob@...dley.net,
ijc+devicetree@...lion.org.uk, grant.likely@...aro.org,
florian.lobmaier@....com
Subject: Re: [PATCH 3/4] regulator: as3722: add regulator driver for AMS AS3722
On 09/17/2013 12:45 AM, Laxman Dewangan wrote:
> The AS3722 is a compact system PMU suitable for Mobile Phones,
> Tablet etc. It has 4 DCDC step down regulators, 3 DCDC step down
> controller, 11 LDOs.
>
> Add a driver to support accessing the DCDC/LDOs found on the AMS
> AS3722 PMIC using regulators.
> diff --git a/Documentation/devicetree/bindings/regulator/as3722-reguator.txt b/Documentation/devicetree/bindings/regulator/as3722-reguator.txt
The filename is typo'd
> +AMS AS3722 regulator devicetree bindings.
> +The regulator node is sub node of the AS3722 node.
You probably want a blank line to separate the document title from the
body text.
> +Optional nodes:
> +- regulators : Must contain a sub-node per regulator from the list below.
> + Each sub-node should contain the constraints and initialization
> + information for that regulator. See regulator.txt for a
> + description of standard properties for these sub-nodes.
> + Additional custom properties are listed below.
> + sd[0-6], ldo[0-7], ldo[9-11].
I think you want to prefix that last line with something like: "Valid
regulator names are: ".
> + ams,ext-control: External control of the rail. The option of
> + this properties will tell which external input is
> + controlling this rail. Valid values are 0, 1, 2 ad 3.
> + 0: There is no external control of this rail.
> + 1: Rail is controlled by ENABLE1 input pin.
> + 2: Rail is controlled by ENABLE1 input pin.
> + 3: Rail is controlled by ENABLE1 input pin.
Those last 3 lines all say the same thing.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists