diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-06-13 14:37:49 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-07-25 12:15:47 +0200 |
commit | fc1f45ed3043da3aa901e88a9ef0995bbd320698 (patch) | |
tree | d51776ff56eb12fc06e27b6a131c9f8cf0ea55a9 /Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt | |
parent | phy-sun4i-usb: Add support for the usb-phys on the sun8i-a23 SoC (diff) | |
download | linux-fc1f45ed3043da3aa901e88a9ef0995bbd320698.tar.xz linux-fc1f45ed3043da3aa901e88a9ef0995bbd320698.zip |
phy-sun4i-usb: Add support for the usb-phys on the sun8i-a33 SoC
The usb-phys on the sun8i-a33 SoC are mostly the same as sun8i-a23 but for
some reason (hw bug?) the phyctl register was moved to a different address
and is not initialized to 0 on reset.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt')
-rw-r--r-- | Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt b/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt index f0c640adee64..5f48979b4edc 100644 --- a/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt +++ b/Documentation/devicetree/bindings/phy/sun4i-usb-phy.txt @@ -8,6 +8,7 @@ Required properties: * allwinner,sun6i-a31-usb-phy * allwinner,sun7i-a20-usb-phy * allwinner,sun8i-a23-usb-phy + * allwinner,sun8i-a33-usb-phy - reg : a list of offset + length pairs - reg-names : * "phy_ctrl" |