diff options
author | Pavel Machek <pavel@denx.de> | 2014-08-18 23:59:28 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-08-26 09:35:52 +0200 |
commit | 924064e93970a1b45d83ac67165f0570f4649e0f (patch) | |
tree | 2d24de03b250c4294b4f4efcb57638b04ad7efd1 /Documentation/devicetree/bindings/net/stmmac.txt | |
parent | 24488c392067e948b3b2c6911d6e8b522931714c (diff) |
stmmac.txt: fix typo
Fix typo in devicetree example.
Signed-off-by: Pavel Machek <pavel@denx.de>
Acked-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation/devicetree/bindings/net/stmmac.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/stmmac.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/net/stmmac.txt b/Documentation/devicetree/bindings/net/stmmac.txt index 9b03c57563a4..bc5c5ac35193 100644 --- a/Documentation/devicetree/bindings/net/stmmac.txt +++ b/Documentation/devicetree/bindings/net/stmmac.txt @@ -54,5 +54,5 @@ Examples: snps,multicast-filter-bins = <256>; snps,perfect-filter-entries = <128>; clocks = <&clock>; - clock-names = "stmmaceth">; + clock-names = "stmmaceth"; }; |