diff options
author | Heiko Stuebner <heiko@sntech.de> | 2015-11-19 22:22:25 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2015-12-20 10:51:38 +0100 |
commit | c2bfc3b88813ab8711317a19f5c9cd74aeaf536c (patch) | |
tree | bfc03bbc17c1efe1b272d89ea71181cab106637f /Documentation | |
parent | phy: rockchip-usb: move per-phy init into a separate function (diff) | |
download | linux-c2bfc3b88813ab8711317a19f5c9cd74aeaf536c.tar.xz linux-c2bfc3b88813ab8711317a19f5c9cd74aeaf536c.zip |
phy: rockchip-usb: add compatible values for rk3066a and rk3188
We need custom handling for these two socs in the driver shortly,
so add the necessary compatible values to binding and driver.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt b/Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt index 826454ac43bb..9b37242fb8d3 100644 --- a/Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt +++ b/Documentation/devicetree/bindings/phy/rockchip-usb-phy.txt @@ -1,7 +1,10 @@ ROCKCHIP USB2 PHY Required properties: - - compatible: rockchip,rk3288-usb-phy + - compatible: matching the soc type, one of + "rockchip,rk3066a-usb-phy" + "rockchip,rk3188-usb-phy" + "rockchip,rk3288-usb-phy" - rockchip,grf : phandle to the syscon managing the "general register files" - #address-cells: should be 1 |