summaryrefslogtreecommitdiffstats
path: root/Documentation/powerpc/dts-bindings/gpio/mdio.txt
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-06-26 16:58:01 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2009-06-26 16:58:01 +1000
commitfd0cca754f3f6756bfdafe500e4f49b1b9e9723f (patch)
treeb1eb43fb2fb068ed5fc92b031e3ae853e599af9c /Documentation/powerpc/dts-bindings/gpio/mdio.txt
parent5ba762c9bb3ce2cc11e9e111cb3c476e84b91668 (diff)
parent66c6b856d8738278a4a6e558d25c90e9950aa112 (diff)
downloadop-kernel-dev-fd0cca754f3f6756bfdafe500e4f49b1b9e9723f.zip
op-kernel-dev-fd0cca754f3f6756bfdafe500e4f49b1b9e9723f.tar.gz
Merge commit 'kumar/next' into merge
Diffstat (limited to 'Documentation/powerpc/dts-bindings/gpio/mdio.txt')
-rw-r--r--Documentation/powerpc/dts-bindings/gpio/mdio.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/powerpc/dts-bindings/gpio/mdio.txt b/Documentation/powerpc/dts-bindings/gpio/mdio.txt
new file mode 100644
index 0000000..bc954952
--- /dev/null
+++ b/Documentation/powerpc/dts-bindings/gpio/mdio.txt
@@ -0,0 +1,19 @@
+MDIO on GPIOs
+
+Currently defined compatibles:
+- virtual,gpio-mdio
+
+MDC and MDIO lines connected to GPIO controllers are listed in the
+gpios property as described in section VIII.1 in the following order:
+
+MDC, MDIO.
+
+Example:
+
+mdio {
+ compatible = "virtual,mdio-gpio";
+ #address-cells = <1>;
+ #size-cells = <0>;
+ gpios = <&qe_pio_a 11
+ &qe_pio_c 6>;
+};
OpenPOWER on IntegriCloud