projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d622c24
)
phy: atheros: Fix the "qca,clk-out-frequency" example
author
Fabio Estevam
<festevam@gmail.com>
Wed, 17 Jun 2020 18:07:04 +0000
(15:07 -0300)
committer
Tom Rini
<trini@konsulko.com>
Tue, 23 Jun 2020 18:43:23 +0000
(14:43 -0400)
The correct name for the property is "qca,clk-out-frequency", so fix
it accordingly.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Michael Walle <michael@walle.cc>
doc/device-tree-bindings/net/phy/atheros.txt
patch
|
blob
|
history
diff --git
a/doc/device-tree-bindings/net/phy/atheros.txt
b/doc/device-tree-bindings/net/phy/atheros.txt
index 97e97b8c13d4c47040f9f3600b8c980341fd9ee0..a72c6b050d3c567f36722bc253aff04b85b6f176 100644
(file)
--- a/
doc/device-tree-bindings/net/phy/atheros.txt
+++ b/
doc/device-tree-bindings/net/phy/atheros.txt
@@
-23,7
+23,7
@@
Example:
ethernet-phy@0 {
reg = <0>;
- qca
-
clk-out-frequency = <125000000>;
+ qca
,
clk-out-frequency = <125000000>;
qca,keep-pll-enabled;
vddio-supply = <&vddio>;