diff options
author | Scott Wood <scottwood@freescale.com> | 2014-11-06 21:56:07 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-13 00:53:49 -0500 |
commit | e327fff47b6778e56f8e1dbd6493c1b0bbad1ae8 (patch) | |
tree | e585c64efcafb2ce08468c699686392a9dfd46ea /Documentation | |
parent | 297d35fd2a7d3fbd4e5c0f0c1c18213117ba11ba (diff) |
powerpc/fsl: Update fman dt binding with clock name and qbman link
The clock name "fmanclk" was given in the example, but not specified
in the binding itself. Made clock-names mandatory as otherwise there's
not much point having it.
Added a reference to the fsl,qman and fsl,bman properties proposed
in http://patchwork.ozlabs.org/patch/407034/ and
http://patchwork.ozlabs.org/patch/407035/
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/powerpc/fsl/fman.txt | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt index da8e5f25768f..edeea160ca39 100644 --- a/Documentation/devicetree/bindings/powerpc/fsl/fman.txt +++ b/Documentation/devicetree/bindings/powerpc/fsl/fman.txt | |||
@@ -79,12 +79,12 @@ PROPERTIES | |||
79 | - clocks | 79 | - clocks |
80 | Usage: required | 80 | Usage: required |
81 | Value type: <prop-encoded-array> | 81 | Value type: <prop-encoded-array> |
82 | Definition: phandle for fman clock. | 82 | Definition: phandle for the fman input clock. |
83 | 83 | ||
84 | - clock-names | 84 | - clock-names |
85 | usage: optional | 85 | usage: required |
86 | Value type: <stringlist> | 86 | Value type: <stringlist> |
87 | Definition: A standard property | 87 | Definition: "fmanclk" for the fman input clock. |
88 | 88 | ||
89 | - interrupts | 89 | - interrupts |
90 | Usage: required | 90 | Usage: required |
@@ -104,6 +104,11 @@ PROPERTIES | |||
104 | "Work Queue (WQ) Channel Assignments in the QMan" section | 104 | "Work Queue (WQ) Channel Assignments in the QMan" section |
105 | in DPAA Reference Manual. | 105 | in DPAA Reference Manual. |
106 | 106 | ||
107 | - fsl,qman | ||
108 | - fsl,bman | ||
109 | Usage: required | ||
110 | Definition: See soc/fsl/qman.txt and soc/fsl/bman.txt | ||
111 | |||
107 | ============================================================================= | 112 | ============================================================================= |
108 | FMan MURAM Node | 113 | FMan MURAM Node |
109 | 114 | ||