mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
phy: atheros: Fix the "qca,clk-out-frequency" example
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>
This commit is contained in:
parent
d622c24058
commit
ccbda9e680
1 changed files with 1 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Reference in a new issue