diff options
author | Grant Likely <grant.likely@linaro.org> | 2013-12-11 04:55:46 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-01-16 11:25:18 -0500 |
commit | aadfb32bf6d671842d0ddb897706d7cd34eb3480 (patch) | |
tree | bae2bafca73f4ebd66ee7c323305dd9c6de37db6 /Documentation/devicetree/bindings/powerpc | |
parent | 40aad3c1a9b63a044bdae25be26fa0daaf676622 (diff) |
dt/bindings: Remove references to linux,phandle properties
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>
Diffstat (limited to 'Documentation/devicetree/bindings/powerpc')
-rw-r--r-- | Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/pincfg.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/pincfg.txt b/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/pincfg.txt index c5b43061db3a..ec6ee2e864a2 100644 --- a/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/pincfg.txt +++ b/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/pincfg.txt | |||
@@ -1,8 +1,6 @@ | |||
1 | * Pin configuration nodes | 1 | * Pin configuration nodes |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - linux,phandle : phandle of this node; likely referenced by a QE | ||
5 | device. | ||
6 | - pio-map : array of pin configurations. Each pin is defined by 6 | 4 | - pio-map : array of pin configurations. Each pin is defined by 6 |
7 | integers. The six numbers are respectively: port, pin, dir, | 5 | integers. The six numbers are respectively: port, pin, dir, |
8 | open_drain, assignment, has_irq. | 6 | open_drain, assignment, has_irq. |
@@ -29,7 +27,6 @@ Required properties: | |||
29 | 27 | ||
30 | Example: | 28 | Example: |
31 | ucc_pin@01 { | 29 | ucc_pin@01 { |
32 | linux,phandle = <140001>; | ||
33 | pio-map = < | 30 | pio-map = < |
34 | /* port pin dir open_drain assignment has_irq */ | 31 | /* port pin dir open_drain assignment has_irq */ |
35 | 0 3 1 0 1 0 /* TxD0 */ | 32 | 0 3 1 0 1 0 /* TxD0 */ |