summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorGuodong Xu <guodong.xu@linaro.org>2017-06-06 14:24:42 +0800
committerGuodong Xu <guodong.xu@linaro.org>2017-06-06 14:24:42 +0800
commitd49c70fb3a0b4c9a515fde134044a4ee9d5e5a51 (patch)
treedebd920d01abe00fc879fca438c68223bdf4aefa /Documentation/devicetree
parentbe3b229c743424b0e798eff24ff92a20fd70ccfc (diff)
parent09bd30894a5009d6ef82d43be9a956dc26dec7b9 (diff)
Merge branch 'working-hikey-tracking-usb-v4.4' into working-hikey-mainline-rebase-v4.4-c2017-06-06-14-24-39
* working-hikey-tracking-usb-v4.4: hikey: hack: handle usb bus speed switch usb: HACK: Disable usb autosuspend, as the dwc2 usb driver can't handle it phy: add phy-hi6220-usb usb: dwc2: add support of hi6220
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/phy/phy-hi6220-usb.txt16
-rw-r--r--Documentation/devicetree/bindings/usb/dwc2.txt1
2 files changed, 17 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>;
+ };
diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt
index fd132cbee70e..221368207ca4 100644
--- a/Documentation/devicetree/bindings/usb/dwc2.txt
+++ b/Documentation/devicetree/bindings/usb/dwc2.txt
@@ -4,6 +4,7 @@ Platform DesignWare HS OTG USB 2.0 controller
Required properties:
- compatible : One of:
- brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.
+ - hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC.
- rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc;
- "rockchip,rk3188-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3188 Soc;
- "rockchip,rk3288-usb", "rockchip,rk3066-usb", "snps,dwc2": for rk3288 Soc;