summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/phy/calxeda-combophy.txt
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-09-25 23:29:00 -0500
committerRob Herring <robh@kernel.org>2015-10-22 09:21:24 -0500
commit5b0277af2e21c4ef4a12572badf66a4a4e827d51 (patch)
tree5e25ed98dde6acef086ae5b523b5aa64769b69a4 /Documentation/devicetree/bindings/phy/calxeda-combophy.txt
parent24aa40d3c122e57096a314b2503c1e4101f2e84f (diff)
dt-bindings: move Calxeda bindings to appropriate subsystems
Move the Calxeda memory controller and PHY bindings to appropriate subsystem directories. Signed-off-by: Rob Herring <robh@kernel.org> 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/phy/calxeda-combophy.txt')
-rw-r--r--Documentation/devicetree/bindings/phy/calxeda-combophy.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/calxeda-combophy.txt b/Documentation/devicetree/bindings/phy/calxeda-combophy.txt
new file mode 100644
index 000000000000..6622bdb2e8bc
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/calxeda-combophy.txt
@@ -0,0 +1,17 @@
+Calxeda Highbank Combination Phys for SATA
+
+Properties:
+- compatible : Should be "calxeda,hb-combophy"
+- #phy-cells: Should be 1.
+- reg : Address and size for Combination Phy registers.
+- phydev: device ID for programming the combophy.
+
+Example:
+
+ combophy5: combo-phy@fff5d000 {
+ compatible = "calxeda,hb-combophy";
+ #phy-cells = <1>;
+ reg = <0xfff5d000 0x1000>;
+ phydev = <31>;
+ };
+