Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1204517
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 2/5] Documentation: bindings: document the Berlin PWM driver |
| Date | Mon, 10 Aug 2015 21:50:02 +0200 |
| Message-ID | <pW1f4-7Bi-17@gated-at.bofh.it> (permalink) |
| References | <pRSk1-2Bd-3@gated-at.bofh.it> <pRSk2-2Bd-15@gated-at.bofh.it> |
| X-Original-To | Antoine Tenart <antoine.tenart@free-electrons.com>, thierry.reding@gmail.com |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=gKnTSK23YJRwdY6IeKD1XdxFnqV+99bxAM6C02Uko4o=; b=CmYT5XmPvBLgXr1Fg8XHKugOccYbbkqIOVNk0fsWXBYzx0ikafmcmlPHG73dMahwhI uvkti4vOtnFX0z2oyZd3YZrJRzbQwvwc030CEm6wJhJJ+Ie77cqoD1DdIaIqalOLtt12 AtK037X3oi6UcHMOHuJ5fDjYdxxxCCrgZWTwTyVJyIeAazNRmK+r5MuuOimAAEskgVZ8 JsgL/0ZPQb1a+xgF3eIFc6J7fCcm2acbJXxyZdYBsQ+VVjF4Ikc1hx2wkZ8lXHiblq0D X9k+akIYGaqayhmpEM8oFiISuwwamTJz2SaK6Bs85ql1VKCH72PQjHaZy9a9nuryOMTS QqYQ== |
| X-Received | by 10.194.185.180 with SMTP id fd20mr45259391wjc.16.1439235853787; Mon, 10 Aug 2015 12:44:13 -0700 (PDT) |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 48 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | zmxu@marvell.com, jszhang@marvell.com, linux-arm-kernel@lists.infradead.org, linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org |
| X-Original-Date | Mon, 10 Aug 2015 21:44:11 +0200 |
| X-Original-Message-ID | <55C8FF0B.50203@gmail.com> |
| X-Original-References | <1438248201-29222-1-git-send-email-antoine.tenart@free-electrons.com> <1438248201-29222-3-git-send-email-antoine.tenart@free-electrons.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1204517 |
Show key headers only | View raw
On 30.07.2015 11:23, Antoine Tenart wrote:
> Following the addition of a Berlin PWM driver, this patch adds the
> corresponding documentation.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> ---
> Documentation/devicetree/bindings/pwm/pwm-berlin.txt | 15 +++++++++++++++
> 1 file changed, 15 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pwm/pwm-berlin.txt
>
> diff --git a/Documentation/devicetree/bindings/pwm/pwm-berlin.txt b/Documentation/devicetree/bindings/pwm/pwm-berlin.txt
> new file mode 100644
> index 000000000000..3d7ab7bfbf54
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/pwm/pwm-berlin.txt
> @@ -0,0 +1,15 @@
> +Berlin PWM controller
Just a little sentence about "PWM IP found in Marvell Berlin SoCs" ?
Besides that, this looks pretty straight-forward to me. Feel free
to add my
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
for the Berlin part of it.
Sebastian
> +Required properties:
> +- compatible: should be "marvell,berlin-pwm"
> +- reg: physical base address and length of the controller's registers
> +- #pwm-cells: should be 3. See pwm.txt in this directory for a description of
> + the cells format.
> +
> +Example:
> +
> +pwm: pwm@f7f20000 {
> + compatible = "marvell,berlin-pwm";
> + reg = <0xf7f20000 0x40>;
> + #pwm-cells = <3>;
> +}
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2 2/5] Documentation: bindings: document the Berlin PWM driver Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> - 2015-08-10 21:50 +0200
csiph-web