diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-28 22:38:14 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-09-28 22:38:14 +0000 |
commit | 01e5ca170569c10889ed1bb2efcf4d19eae1353c (patch) | |
tree | 7883bf6d7a02e0f8746cc213596f65f90951b46b /Bindings/phy/phy-pxa-usb.txt | |
parent | ddee9fd0fa975df750c12dd63cdf18715e51a634 (diff) | |
download | src-01e5ca170569c10889ed1bb2efcf4d19eae1353c.tar.gz src-01e5ca170569c10889ed1bb2efcf4d19eae1353c.zip |
Import DTS files from Linux 5.3vendor/device-tree/5.3
Notes
Notes:
svn path=/vendor/device-tree/dist/; revision=352856
svn path=/vendor/device-tree/5.3/; revision=352857; tag=vendor/device-tree/5.3
Diffstat (limited to 'Bindings/phy/phy-pxa-usb.txt')
-rw-r--r-- | Bindings/phy/phy-pxa-usb.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Bindings/phy/phy-pxa-usb.txt b/Bindings/phy/phy-pxa-usb.txt new file mode 100644 index 000000000000..d80e36a77ec5 --- /dev/null +++ b/Bindings/phy/phy-pxa-usb.txt @@ -0,0 +1,18 @@ +Marvell PXA USB PHY +------------------- + +Required properties: +- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy", + "marvell,pxa168-usb-phy", +- #phy-cells: must be 0 + +Example: + usb-phy: usbphy@d4207000 { + compatible = "marvell,mmp2-usb-phy"; + reg = <0xd4207000 0x40>; + #phy-cells = <0>; + status = "okay"; + }; + +This document explains the device tree binding. For general +information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst |