projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24488c3
)
stmmac.txt: fix typo
author
Pavel Machek
<pavel@denx.de>
Mon, 18 Aug 2014 21:59:28 +0000
(23:59 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 26 Aug 2014 07:35:52 +0000
(09:35 +0200)
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>
Documentation/devicetree/bindings/net/stmmac.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/devicetree/bindings/net/stmmac.txt
b/Documentation/devicetree/bindings/net/stmmac.txt
index 9b03c57563a49d2145fb47c2a5086ff71506fe3f..bc5c5ac35193b5fd82c1197955d744e4db5f2223 100644
(file)
--- 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";
};