dt/bindings: Remove references to linux,phandle properties
authorGrant Likely <grant.likely@linaro.org>
Wed, 11 Dec 2013 09:55:46 +0000 (09:55 +0000)
committerGrant Likely <grant.likely@linaro.org>
Thu, 16 Jan 2014 16:25:18 +0000 (16:25 +0000)
The linux,phandle property is essentially an internal structural element
of the DT data structure. The dtc toolchain takes care of maintaining it
at compile time. It does not need to appear as part of the binding
documentation. This patch removes it so that users don't think they need
to add a phandle property manually.

Signed-off-by: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Ian Campbell <ijc+devicetree@hellion.org.uk>
Cc: Kumar Gala <galak@codeaurora.org>
Documentation/devicetree/bindings/net/phy.txt
Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/pincfg.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>;
index c5b43061db3afe39d970a761f644caaf93bb3dee..ec6ee2e864a29d593dbfcc93bbf0988aba643119 100644 (file)
@@ -1,8 +1,6 @@
 * Pin configuration nodes
 
 Required properties:
-- linux,phandle : phandle of this node; likely referenced by a QE
-  device.
 - pio-map : array of pin configurations.  Each pin is defined by 6
   integers.  The six numbers are respectively: port, pin, dir,
   open_drain, assignment, has_irq.
@@ -29,7 +27,6 @@ Required properties:
 
 Example:
      ucc_pin@01 {
-       linux,phandle = <140001>;
        pio-map = <
        /* port  pin  dir  open_drain  assignment  has_irq */
                0  3  1  0  1  0        /* TxD0 */