On Wed, Jan 15, 2014 at 07:10:38AM +0000, Loc Ho wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Loc Ho <redacted>
Signed-off-by: Tuan Phan <redacted>
Signed-off-by: Suman Tripathi <redacted>
---
.../devicetree/bindings/phy/apm-xgene-phy.txt | 94 ++++++++++++++++++++
1 files changed, 94 insertions(+), 0 deletions(-)
create mode 100644 Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
diff --git a/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
new file mode 100644
index 0000000..4ffbae0
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/apm-xgene-phy.txt
@@ -0,0 +1,94 @@
+* APM X-Gene 15Gbps Multi-purpose PHY nodes
+
+PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each
+PHY (pair of lanes) has its own node.
+
+Required properties:
+- compatible : Shall be "apm,xgene-phy" or
+ "apm,xgene-phy-ext". The "apm,xgene-phy" describes
+ an PHY with internal reference PLL located within
+ the IP. The "apm,xgene-phy-ext" describes an PHY
+ where the internal reference PLL located outside of
+ the IP.
How about:
- compatible: shall contain one of:
* "apm,xgene-phy" - PHY has an internal reference PLL.
* "apm,xgene-phy-ext" - PHYs has an external reference PLL.
Cheers,
Mark.