mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02: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:
@@ -23,7 +23,7 @@ Example:
|
|||||||
|
|
||||||
ethernet-phy@0 {
|
ethernet-phy@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
qca-clk-out-frequency = <125000000>;
|
qca,clk-out-frequency = <125000000>;
|
||||||
qca,keep-pll-enabled;
|
qca,keep-pll-enabled;
|
||||||
|
|
||||||
vddio-supply = <&vddio>;
|
vddio-supply = <&vddio>;
|
||||||
|
Reference in New Issue
Block a user