summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt
diff options
context:
space:
mode:
authorScott Branden2015-03-21 02:06:22 +0100
committerRob Herring2015-03-26 18:14:11 +0100
commit23a71fd616bf77fcc630ea514c469b0dd09cb99c (patch)
tree9172aa58dea51022af10f8f910dbdf00c120511c /Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt
parentof/unittest: replace 'selftest' with 'unittest' (diff)
downloadkernel-qcow2-linux-23a71fd616bf77fcc630ea514c469b0dd09cb99c.tar.gz
kernel-qcow2-linux-23a71fd616bf77fcc630ea514c469b0dd09cb99c.tar.xz
kernel-qcow2-linux-23a71fd616bf77fcc630ea514c469b0dd09cb99c.zip
dt-bindings: brcm: rationalize Broadcom documentation naming
This patchset attempts to standardize the naming of dt-bindings documents based on the Broadcom vendor prefix of brcm. Although there are no guidelines currently present for how to name the dt-bindings document the "vendor,binding.txt" style is in use by some of the other vendors. Acked-by: Lee Jones <lee@kernel.org> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Gregory Fong <gregory.0xf0@gmail.com> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Scott Branden <sbranden@broadcom.com> Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt')
-rw-r--r--Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt b/Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt
new file mode 100644
index 000000000000..3dc8b3d2ffbb
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/brcm,kona-usb2-phy.txt
@@ -0,0 +1,15 @@
+BROADCOM KONA USB2 PHY
+
+Required properties:
+ - compatible: brcm,kona-usb2-phy
+ - reg: offset and length of the PHY registers
+ - #phy-cells: must be 0
+Refer to phy/phy-bindings.txt for the generic PHY binding properties
+
+Example:
+
+ usbphy: usb-phy@3f130000 {
+ compatible = "brcm,kona-usb2-phy";
+ reg = <0x3f130000 0x28>;
+ #phy-cells = <0>;
+ };