mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 00:53:40 +00:00
30e9a0b214
Support hi6220 use phy for HiKey board Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
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>;
|
|
};
|