diff options
author | Egil Hjelmeland <privat@egil-hjelmeland.no> | 2017-11-06 12:42:02 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-08 13:29:06 +0900 |
commit | 68d50fa494f6265288b60151a6460b33290593c2 (patch) | |
tree | b254a342fb8d269fe69fd1d6eb2101ea9af2825a /Documentation | |
parent | 620a5c860b774a81ce3f193eefb52bf4d128cca5 (diff) | |
download | linux-stable-68d50fa494f6265288b60151a6460b33290593c2.tar.gz linux-stable-68d50fa494f6265288b60151a6460b33290593c2.tar.bz2 linux-stable-68d50fa494f6265288b60151a6460b33290593c2.zip |
net: dsa: lan9303: Fix syntax errors in device tree examples
Signed-off-by: Egil Hjelmeland <privat@egil-hjelmeland.no>
Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/dsa/lan9303.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/dsa/lan9303.txt b/Documentation/devicetree/bindings/net/dsa/lan9303.txt index 4448d063ddf6..464d6bf87605 100644 --- a/Documentation/devicetree/bindings/net/dsa/lan9303.txt +++ b/Documentation/devicetree/bindings/net/dsa/lan9303.txt @@ -52,7 +52,7 @@ I2C managed mode: port@1 { /* external port 1 */ reg = <1>; - label = "lan1; + label = "lan1"; }; port@2 { /* external port 2 */ @@ -89,7 +89,7 @@ MDIO managed mode: port@1 { /* external port 1 */ reg = <1>; - label = "lan1; + label = "lan1"; }; port@2 { /* external port 2 */ |