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:
Fabio Estevam 2020-06-17 15:07:04 -03:00 committed by Tom Rini
parent d622c24058
commit ccbda9e680

View File

@ -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>;