1
0
Fork 0

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>
hifive-unleashed-5.1
Pavel Machek 2014-08-18 23:59:28 +02:00 committed by Jiri Kosina
parent 24488c3920
commit 924064e939
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ Examples:
snps,multicast-filter-bins = <256>;
snps,perfect-filter-entries = <128>;
clocks = <&clock>;
clock-names = "stmmaceth">;
clock-names = "stmmaceth";
};