summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt
diff options
context:
space:
mode:
authorLinaro CI <ci_notify@linaro.org>2018-01-15 13:49:10 +0000
committerLinaro CI <ci_notify@linaro.org>2018-01-15 13:49:10 +0000
commit0ca3744c4b978b9e9c8bb96be3edbf854c97ba8f (patch)
tree75e401c5145e90a62cdf1662c5527fdaa483af2c /Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt
parentba079b57b1b26e5be7c19c8c26ca8d0ff93ceffc (diff)
parentd09a3b11141326b583eaf31fd40e12ac3e8377e6 (diff)
Merge remote-tracking branch 'sumit-lts/lts-4.4.y-hikey' into linux-4.4.y4.4.112-rc2-hikey-20180115-107
Diffstat (limited to 'Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt')
-rw-r--r--Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt b/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt
new file mode 100644
index 000000000000..f17a56e2152f
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt
@@ -0,0 +1,16 @@
+Hisilicon hi6220 usb PHY
+-----------------------
+
+Required properties:
+- compatible: should be "hisilicon,hi6220-usb-phy"
+- #phy-cells: must be 0
+- hisilicon,peripheral-syscon: phandle of syscon used to control phy.
+Refer to phy/phy-bindings.txt for the generic PHY binding properties
+
+Example:
+ usb_phy: usbphy {
+ compatible = "hisilicon,hi6220-usb-phy";
+ #phy-cells = <0>;
+ phy-supply = <&fixed_5v_hub>;
+ hisilicon,peripheral-syscon = <&sys_ctrl>;
+ };