mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 23:23:53 +02:00
Documentation: bindings: add compatible entry for Rockchip USB2.0 PHY
1. Compatible "rockchip,rk3399-usb-phy" support to RK3399; 2. Add host_drv_gpio optional property for usb2.0 vbus control. Change-Id: Idfc6898ca2c519c46dae66d396f501b38e8d73bd Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
This commit is contained in:
parent
a1fa11ef26
commit
9e76ff0ffa
|
|
@ -6,6 +6,7 @@ Required properties:
|
|||
"rockchip,rk3188-usb-phy"
|
||||
"rockchip,rk3288-usb-phy"
|
||||
"rockchip,rk336x-usb-phy"
|
||||
"rockchip,rk3399-usb-phy"
|
||||
- rockchip,grf : phandle to the syscon managing the "general
|
||||
register files"
|
||||
- #address-cells: should be 1
|
||||
|
|
@ -25,6 +26,8 @@ required properties:
|
|||
Optional Properties:
|
||||
- clocks : phandle + clock specifier for the phy clocks
|
||||
- clock-names: string, clock name, must be "phyclk"
|
||||
- host_drv_gpio: vbus-drv gpio, pull gpio on/off to
|
||||
control vbus supply.
|
||||
- #clock-cells: for users of the phy-pll, should be 0
|
||||
|
||||
Example:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user