aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hovold <jhovold@gmail.com>2014-05-08 10:09:20 +0200
committerDavid S. Miller <davem@davemloft.net>2014-05-09 15:51:19 -0400
commit0953f78971040fff09064bb564d9ac0cd1fb4e69 (patch)
tree164c84f344715dfe63620d4366ed5c4b5ea1b67e
parentnet: cdc_mbim: handle unaccelerated VLAN tagged frames (diff)
downloadlinux-dev-0953f78971040fff09064bb564d9ac0cd1fb4e69.tar.xz
linux-dev-0953f78971040fff09064bb564d9ac0cd1fb4e69.zip
net: mdio-gpio: fix device-tree binding documentation
Fix aliases syntax in device-tree binding example to avoid copy-paste errors (the alias would be dropped silently). Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--Documentation/devicetree/bindings/net/mdio-gpio.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/mdio-gpio.txt b/Documentation/devicetree/bindings/net/mdio-gpio.txt
index c79bab025369..8dbcf8295c6c 100644
--- a/Documentation/devicetree/bindings/net/mdio-gpio.txt
+++ b/Documentation/devicetree/bindings/net/mdio-gpio.txt
@@ -14,7 +14,7 @@ node.
Example:
aliases {
- mdio-gpio0 = <&mdio0>;
+ mdio-gpio0 = &mdio0;
};
mdio0: mdio {