diff options
| author | Johan Hovold <jhovold@gmail.com> | 2014-05-08 10:09:20 +0200 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2014-05-09 15:51:19 -0400 |
| commit | 0953f78971040fff09064bb564d9ac0cd1fb4e69 (patch) | |
| tree | 164c84f344715dfe63620d4366ed5c4b5ea1b67e | |
| parent | 6b5eeb7f874b689403e52a646e485d0191ab9507 (diff) | |
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.txt | 2 |
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 { |
