Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / usb / omap-usb.txt
index c495135115cb7accc23d997877382c36223cd768..38b2faec4199d9da6ac352f0578be53d76ffcefa 100644 (file)
@@ -76,27 +76,3 @@ omap_dwc3 {
        ranges;
 };
 
-OMAP CONTROL USB
-
-Required properties:
- - compatible: Should be one of
- "ti,control-phy-otghs" - if it has otghs_control mailbox register as on OMAP4.
- "ti,control-phy-usb2" - if it has Power down bit in control_dev_conf register
-                       e.g. USB2_PHY on OMAP5.
- "ti,control-phy-pipe3" - if it has DPLL and individual Rx & Tx power control
-                       e.g. USB3 PHY and SATA PHY on OMAP5.
- "ti,control-phy-dra7usb2" - if it has power down register like USB2 PHY on
-                       DRA7 platform.
- "ti,control-phy-am437usb2" - if it has power down register like USB2 PHY on
-                       AM437 platform.
- - reg : Address and length of the register set for the device. It contains
-   the address of "otghs_control" for control-phy-otghs or "power" register
-   for other types.
- - reg-names: should be "otghs_control" control-phy-otghs and "power" for
-   other types.
-
-omap_control_usb: omap-control-usb@4a002300 {
-       compatible = "ti,control-phy-otghs";
-       reg = <0x4a00233c 0x4>;
-       reg-names = "otghs_control";
-};