summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt
diff options
context:
space:
mode:
authorZhangfei Gao2015-11-23 04:46:27 +0100
committerKishon Vijay Abraham I2015-12-20 10:51:38 +0100
commit30e9a0b2147c8405109ad98ae670829dd92e4516 (patch)
tree707b8a9d80a84b7c131e285592c611ffd45b97ea /Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt
parentphy-sun4i-usb: Add support for the host usb-phys found on the H3 SoC (diff)
downloadkernel-qcow2-linux-30e9a0b2147c8405109ad98ae670829dd92e4516.tar.gz
kernel-qcow2-linux-30e9a0b2147c8405109ad98ae670829dd92e4516.tar.xz
kernel-qcow2-linux-30e9a0b2147c8405109ad98ae670829dd92e4516.zip
phy: add phy-hi6220-usb
Support hi6220 use phy for HiKey board Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
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>;
+ };