Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0953f789 authored by Johan Hovold's avatar Johan Hovold Committed by David S. Miller
Browse files

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: default avatarJohan Hovold <jhovold@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6b5eeb7f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ node.
Example:

aliases {
	mdio-gpio0 = <&mdio0>;
	mdio-gpio0 = &mdio0;
};

mdio0: mdio {