These changes are the raw update to linux-4.4.6-rt14. Kernel sources
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / phy / pxa1928-usb-phy.txt
diff --git a/kernel/Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt b/kernel/Documentation/devicetree/bindings/phy/pxa1928-usb-phy.txt
new file mode 100644 (file)
index 0000000..660a13c
--- /dev/null
@@ -0,0 +1,18 @@
+* Marvell PXA1928 USB and HSIC PHYs
+
+Required properties:
+- compatible: "marvell,pxa1928-usb-phy" or "marvell,pxa1928-hsic-phy"
+- reg: base address and length of the registers
+- clocks - A single clock. From common clock binding.
+- #phys-cells: should be 0. From commmon phy binding.
+- resets: reference to the reset controller
+
+Example:
+
+       usbphy: phy@7000 {
+               compatible = "marvell,pxa1928-usb-phy";
+               reg = <0x7000 0xe0>;
+               clocks = <&apmu_clocks PXA1928_CLK_USB>;
+               #phy-cells = <0>;
+       };
+