Commit fecc2d78 authored by Maxime Ripard's avatar Maxime Ripard Committed by Kishon Vijay Abraham I

Documentation: dt: Add new compatible for the A31 USB Phy

Document the freshly introduced compatible for the USB phy in use in the
Allwinner A31 SoC.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: default avatarKishon Vijay Abraham I <kishon@ti.com>
parent 2a7f9982
...@@ -2,15 +2,26 @@ Allwinner sun4i USB PHY ...@@ -2,15 +2,26 @@ Allwinner sun4i USB PHY
----------------------- -----------------------
Required properties: Required properties:
- compatible : should be one of "allwinner,sun4i-a10-usb-phy", - compatible : should be one of
"allwinner,sun5i-a13-usb-phy" or "allwinner,sun7i-a20-usb-phy" * allwinner,sun4i-a10-usb-phy
* allwinner,sun5i-a13-usb-phy
* allwinner,sun6i-a31-usb-phy
* allwinner,sun7i-a20-usb-phy
- reg : a list of offset + length pairs - reg : a list of offset + length pairs
- reg-names : "phy_ctrl", "pmu1" and for sun4i or sun7i "pmu2" - reg-names :
* "phy_ctrl"
* "pmu1"
* "pmu2" for sun4i, sun6i or sun7i
- #phy-cells : from the generic phy bindings, must be 1 - #phy-cells : from the generic phy bindings, must be 1
- clocks : phandle + clock specifier for the phy clock - clocks : phandle + clock specifier for the phy clocks
- clock-names : "usb_phy" - clock-names :
* "usb_phy" for sun4i, sun5i or sun7i
* "usb0_phy", "usb1_phy" and "usb2_phy" for sun6i
- resets : a list of phandle + reset specifier pairs - resets : a list of phandle + reset specifier pairs
- reset-names : "usb0_reset", "usb1_reset" and for sun4i or sun7i "usb2_reset" - reset-names :
* "usb0_reset"
* "usb1_reset"
* "usb2_reset" for sun4i, sun6i or sun7i
Example: Example:
usbphy: phy@0x01c13400 { usbphy: phy@0x01c13400 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment