From: sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] usb: chipidea: zynq: Add device tree binding information
Date: Fri, 27 Jun 2014 16:23:55 +0400 [thread overview]
Message-ID: <53AD625B.1080002@cogentembedded.com> (raw)
In-Reply-To: <6233f866-678d-4a90-a307-debcb848ae76@BN1AFFO11FD023.protection.gbl>
Hello.
On 06/27/2014 03:23 PM, Punnaiah Choudary Kalluri wrote:
> Document device tree binding information as required by
> the ZYNQ USB controller.
> Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
[...]
> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt
> new file mode 100644
> index 0000000..54bb3b4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt
> @@ -0,0 +1,23 @@
> +Xilinx Zynq usb controller based on synopsys usb IP(v2.20a)
s/usb/USB/.
> +
> +Required properties:
> +- compatible: should contain "xlnx,zynq-usb-2.20a"
> +- clocks: clock provider specifier
> +- reg: offset and length of the register set in the memory map
> +- interrupt-parent: the phandle for the interrupt controller that services
> + interrupts for this device.
This property has never been required -- it can be inherited from the
upper level node.
WBR, Sergei
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>
To: Punnaiah Choudary Kalluri
<punnaiah.choudary.kalluri-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>,
robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
Peter.Chen-KZfg59tc24xl57MIdRCFDg@public.gmane.org,
gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org,
galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org,
rdunlap-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-doc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
kpc528-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
kalluripunnaiahchoudary-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
Punnaiah Choudary Kalluri
<punnaia-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH v2 1/2] usb: chipidea: zynq: Add device tree binding information
Date: Fri, 27 Jun 2014 16:23:55 +0400 [thread overview]
Message-ID: <53AD625B.1080002@cogentembedded.com> (raw)
In-Reply-To: <6233f866-678d-4a90-a307-debcb848ae76-reflc3kr++Mk2TTsEbHRquhlVc3/7hDbVaz/vdPVXQ4@public.gmane.org>
Hello.
On 06/27/2014 03:23 PM, Punnaiah Choudary Kalluri wrote:
> Document device tree binding information as required by
> the ZYNQ USB controller.
> Signed-off-by: Punnaiah Choudary Kalluri <punnaia-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
[...]
> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt
> new file mode 100644
> index 0000000..54bb3b4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt
> @@ -0,0 +1,23 @@
> +Xilinx Zynq usb controller based on synopsys usb IP(v2.20a)
s/usb/USB/.
> +
> +Required properties:
> +- compatible: should contain "xlnx,zynq-usb-2.20a"
> +- clocks: clock provider specifier
> +- reg: offset and length of the register set in the memory map
> +- interrupt-parent: the phandle for the interrupt controller that services
> + interrupts for this device.
This property has never been required -- it can be inherited from the
upper level node.
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Punnaiah Choudary Kalluri <punnaiah.choudary.kalluri@xilinx.com>,
robh+dt@kernel.org, Peter.Chen@freescale.com,
gregkh@linuxfoundation.org, galak@codeaurora.org,
rdunlap@infradead.org, michal.simek@xilinx.com
Cc: devicetree@vger.kernel.org, linux-doc@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org,
kpc528@gmail.com, kalluripunnaiahchoudary@gmail.com,
Punnaiah Choudary Kalluri <punnaia@xilinx.com>
Subject: Re: [PATCH v2 1/2] usb: chipidea: zynq: Add device tree binding information
Date: Fri, 27 Jun 2014 16:23:55 +0400 [thread overview]
Message-ID: <53AD625B.1080002@cogentembedded.com> (raw)
In-Reply-To: <6233f866-678d-4a90-a307-debcb848ae76@BN1AFFO11FD023.protection.gbl>
Hello.
On 06/27/2014 03:23 PM, Punnaiah Choudary Kalluri wrote:
> Document device tree binding information as required by
> the ZYNQ USB controller.
> Signed-off-by: Punnaiah Choudary Kalluri <punnaia@xilinx.com>
[...]
> diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt
> new file mode 100644
> index 0000000..54bb3b4
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-zynq.txt
> @@ -0,0 +1,23 @@
> +Xilinx Zynq usb controller based on synopsys usb IP(v2.20a)
s/usb/USB/.
> +
> +Required properties:
> +- compatible: should contain "xlnx,zynq-usb-2.20a"
> +- clocks: clock provider specifier
> +- reg: offset and length of the register set in the memory map
> +- interrupt-parent: the phandle for the interrupt controller that services
> + interrupts for this device.
This property has never been required -- it can be inherited from the
upper level node.
WBR, Sergei
next prev parent reply other threads:[~2014-06-27 12:23 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-27 11:23 [PATCH v2 1/2] usb: chipidea: zynq: Add device tree binding information Punnaiah Choudary Kalluri
2014-06-27 11:23 ` Punnaiah Choudary Kalluri
2014-06-27 11:23 ` Punnaiah Choudary Kalluri
2014-06-27 12:23 ` Sergei Shtylyov [this message]
2014-06-27 12:23 ` Sergei Shtylyov
2014-06-27 12:23 ` Sergei Shtylyov
2014-06-30 3:26 ` punnaiah choudary kalluri
2014-06-30 3:26 ` punnaiah choudary kalluri
2014-06-30 3:26 ` punnaiah choudary kalluri
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=53AD625B.1080002@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.