lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 26 Jul 2017 18:56:25 -0400
From:   Jon Mason <jon.mason@...adcom.com>
To:     Kishon Vijay Abraham I <kishon@...com>,
        Florian Fainelli <f.fainelli@...il.com>,
        Rob Herring <robh+dt@...nel.org>,
        Mark Rutland <mark.rutland@....com>
Cc:     bcm-kernel-feedback-list@...adcom.com, devicetree@...r.kernel.org,
        linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2 4/6] dt-bindings: usb: Add documentation for NS2 IDM USB3

Add documentation for IDM USB3 registers available in NS2 SoC

Signed-off-by: Jon Mason <jon.mason@...adcom.com>
---
 Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt

diff --git a/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt b/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt
new file mode 100644
index 000000000000..3618dbcbe890
--- /dev/null
+++ b/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt
@@ -0,0 +1,14 @@
+Broadcom IDM USB3 registers
+
+Required properties:
+- compatible: "brcm,usb3-idm"
+- reg: Base address and length of the USB registers
+
+
+Example:
+
+usb3_idm: idm@...00000 {
+        compatible = "brcm,usb3-idm";
+        reg = <0x67000000 0x2000>;
+};
+
-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ