dt/bindings: Remove references to linux,phandle properties
[linux-2.6-block.git] / Documentation / devicetree / bindings / net / phy.txt
index 506db4ba3e8aa3e814a3481d9bd9e8fd01641d3e..85de6107b98f1fb834b7aaf979afdfc22a61c118 100644 (file)
@@ -10,8 +10,6 @@ Required properties:
  - interrupt-parent : the phandle for the interrupt controller that
    services interrupts for this device.
  - reg : The ID number for the phy, usually a small integer
- - linux,phandle :  phandle for this node; likely referenced by an
-   ethernet controller node.
 
 Optional Properties:
 
@@ -26,7 +24,6 @@ Example:
 
 ethernet-phy@0 {
        compatible = "ethernet-phy-ieee802.3-c22";
-       linux,phandle = <2452000>;
        interrupt-parent = <40000>;
        interrupts = <35 1>;
        reg = <0>;