From: Peter Chen <peter.chen@freescale.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>
Cc: sebastian.hesselbarth@gmail.com, balbi@ti.com,
p.zabel@pengutronix.de, alexandre.belloni@free-electrons.com,
thomas.petazzoni@free-electrons.com, zmxu@marvell.com,
jszhang@marvell.com, linux-arm-kernel@lists.infradead.org,
linux-usb@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 08/12] Documentation: bindings: add doc for the USB2 ChipIdea USB driver
Date: Thu, 11 Sep 2014 09:09:25 +0800 [thread overview]
Message-ID: <20140911010924.GF3609@peterchendt> (raw)
In-Reply-To: <1409730511-16101-9-git-send-email-antoine.tenart@free-electrons.com>
On Wed, Sep 03, 2014 at 09:48:27AM +0200, Antoine Tenart wrote:
> Document the USB2 ChipIdea driver (ci13xxx) bindings.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
> ---
> .../devicetree/bindings/usb/ci-hdrc-usb2.txt | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
>
> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
> new file mode 100644
> index 000000000000..8dd6d8285dab
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
> @@ -0,0 +1,22 @@
> +* USB2 ChipIdea USB controller for ci13xxx
> +
> +Required properties:
> +- compatible: should be "chipidea,usb2"
> +- reg: base address and length of the registers
> +- interrupts: interrupt for the USB controller
> +
> +Optional properties:
> +- clocks: reference to the USB clock
> +- phys: reference to the USB PHY
> +- vbus-supply: reference to the VBUS regulator
> +
> +Example:
> +
> + usb@f7ed0000 {
> + compatible = "chipidea,usb2";
> + reg = <0xf7ed0000 0x10000>;
> + interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&chip CLKID_USB0>;
> + phys = <&usb_phy0>;
> + vbus-supply = <®_usb0_vbus>;
> + };
> --
> 1.9.1
>
This one is ok for me.
--
Best Regards,
Peter Chen
next prev parent reply other threads:[~2014-09-11 1:09 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-03 7:48 [PATCH v4 00/12] ARM: berlin: USB support Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 01/12] reset: add the Berlin reset controller driver Antoine Tenart
[not found] ` <1409730511-16101-2-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-09-03 21:01 ` Sebastian Hesselbarth
2014-09-03 7:48 ` [PATCH v4 02/12] Documentation: bindings: add reset bindings docs for Marvell Berlin SoCs Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 03/12] ARM: Berlin: select the reset controller Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 04/12] ARM: dts: berlin: add a required reset property in the chip controller node Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 06/12] Documentation: bindings: add doc for the Berlin USB PHY Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 07/12] usb: chipidea: add a usb2 driver for ci13xxx Antoine Tenart
[not found] ` <1409730511-16101-8-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-09-11 1:07 ` Peter Chen
2014-09-11 15:31 ` Antoine Tenart
2014-09-12 0:05 ` Peter Chen
2014-09-03 7:48 ` [PATCH v4 08/12] Documentation: bindings: add doc for the USB2 ChipIdea USB driver Antoine Tenart
2014-09-11 1:09 ` Peter Chen [this message]
2014-09-03 7:48 ` [PATCH v4 09/12] ARM: dts: berlin: add BG2Q nodes for USB support Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 10/12] ARM: dts: Berlin: enable USB on the BG2Q DMP Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 11/12] ARM: dts: berlin: add BG2CD nodes for USB support Antoine Tenart
[not found] ` <1409730511-16101-1-git-send-email-antoine.tenart-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
2014-09-03 7:48 ` [PATCH v4 05/12] phy: add the Berlin USB PHY driver Antoine Tenart
2014-09-03 7:48 ` [PATCH v4 12/12] ARM: dts: berlin: enable USB on the Google Chromecast Antoine Tenart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140911010924.GF3609@peterchendt \
--to=peter.chen@freescale.com \
--cc=alexandre.belloni@free-electrons.com \
--cc=antoine.tenart@free-electrons.com \
--cc=balbi@ti.com \
--cc=devicetree@vger.kernel.org \
--cc=jszhang@marvell.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=sebastian.hesselbarth@gmail.com \
--cc=thomas.petazzoni@free-electrons.com \
--cc=zmxu@marvell.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).