Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1703365 > unrolled thread

Re: [PATCH v2 3/6] dt-bindings: usb: Add documentation for NS2 ICFG USB3

Started byRob Herring <robh@kernel.org>
First post2017-08-03 21:10 +0200
Last post2017-08-03 21:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH v2 3/6] dt-bindings: usb: Add documentation for NS2 ICFG  USB3 Rob Herring <robh@kernel.org> - 2017-08-03 21:10 +0200

#1703365 — Re: [PATCH v2 3/6] dt-bindings: usb: Add documentation for NS2 ICFG USB3

FromRob Herring <robh@kernel.org>
Date2017-08-03 21:10 +0200
SubjectRe: [PATCH v2 3/6] dt-bindings: usb: Add documentation for NS2 ICFG USB3
Message-ID<uatFo-4gQ-17@gated-at.bofh.it>
On Wed, Jul 26, 2017 at 06:56:24PM -0400, Jon Mason wrote:
> Add documentation for ICFG USB3 registers available in NS2 SoC
> 
> Signed-off-by: Jon Mason <jon.mason@broadcom.com>
> ---
>  Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt | 13 +++++++++++++
>  1 file changed, 13 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt
> 
> diff --git a/Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt b/Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt
> new file mode 100644
> index 000000000000..72176e25a692
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/usb/brcm,icfg-usb.txt
> @@ -0,0 +1,13 @@
> +Broadcom ICFG USB3 registers
> +
> +Required properties:
> +- compatible: "brcm,icfg-usb"
> +- reg: Base address and length of the USB registers
> +
> +
> +Example:
> +
> +icfg_usb3: icfg_usb3@66000900 {
> +        compatible = "brcm,icfg-usb";

s/_/-/

With that,

Acked-by: Rob Herring <robh@kernel.org>

> +        reg = <0x66000900 0x60>;
> +};
> -- 
> 2.7.4
> 

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web