[PATCH v2 2/6] dt-bindings: usb: Add documentation for NS2 CDRU USB3
From: robh@kernel.org (Rob Herring)
Date: 2017-08-03 19:05:53
Also in:
linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2017-08-03 19:05:53
Also in:
linux-devicetree, lkml
On Wed, Jul 26, 2017 at 06:56:23PM -0400, Jon Mason wrote:
Add documentation for CDRU USB3 registers available in NS2 SoC Signed-off-by: Jon Mason <redacted> --- .../devicetree/bindings/usb/brcm,cdru-usb3-ctrl.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Documentation/devicetree/bindings/usb/brcm,cdru-usb3-ctrl.txtdiff --git a/Documentation/devicetree/bindings/usb/brcm,cdru-usb3-ctrl.txt b/Documentation/devicetree/bindings/usb/brcm,cdru-usb3-ctrl.txt new file mode 100644 index 000000000000..30c03bef58fd --- /dev/null +++ b/Documentation/devicetree/bindings/usb/brcm,cdru-usb3-ctrl.txt@@ -0,0 +1,14 @@ +Broadcom Chip Device Resource Unit USB3 register + +Required properties: +- compatible: "brcm,cdru-usb3-ctrl" +- reg: Base address and length of the USB registers + + +Example: + +cdru_usb3_ctrl: cdru_usb3_ctrl at 6501d144 {
s/_/-/ With that, Acked-by: Rob Herring <robh@kernel.org>
+ compatible = "brcm,cdru-usb3-ctrl"; + reg = <0x6501d144 0x4>; +}; + -- 2.7.4