[PATCH 1/5] phy: iproc-mdio: Define DT binding

From: Ray Jui
Date: Tue May 19 2015 - 21:24:42 EST


Define device tree bindings for iProc MDC/MDIO interface

Signed-off-by: Ray Jui <rjui@xxxxxxxxxxxx>
Reviewed-by: Arun Parameswaran <aparames@xxxxxxxxxxxx>
Reviewed-by: JD (Jiandong) Zheng <jdzheng@xxxxxxxxxxxx>
Reviewed-by: Scott Branden <sbranden@xxxxxxxxxxxx>
---
.../devicetree/bindings/phy/brcm,iproc-mdio.txt | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt

diff --git a/Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt b/Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt
new file mode 100644
index 0000000..dce7644
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/brcm,iproc-mdio.txt
@@ -0,0 +1,15 @@
+Broadcom iProc MDC/MDIO interface
+
+The iProc MDC/MDIO interface is found on various iProc based SoCs and used to
+communicate with various types of Serdes/PHYs including Ethernet, PCIe, USB,
+and etc.
+
+Required properties:
+- compatible: Must be "brcm,iproc-mdio"
+- reg: base address and length of the MDC/MDIO block
+
+Example:
+ mdio: mdio@18002000 {
+ compatible = "brcm,iproc-mdio";
+ reg = <0x18002000 0x8>;
+ };
--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/