aboutsummaryrefslogtreecommitdiff
path: root/doc/device-tree-bindings
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2020-06-17 15:07:04 -0300
committerTom Rini <trini@konsulko.com>2020-06-23 14:43:23 -0400
commitccbda9e68093b0c6019b95596366faec2b19442d (patch)
treeb1a43ec4658f3c9465da62ded54f67dc6b8187ac /doc/device-tree-bindings
parentd622c240587477b1b56acfc11f9eaf120e0405dd (diff)
downloadu-boot-ccbda9e68093b0c6019b95596366faec2b19442d.zip
u-boot-ccbda9e68093b0c6019b95596366faec2b19442d.tar.gz
u-boot-ccbda9e68093b0c6019b95596366faec2b19442d.tar.bz2
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>
Diffstat (limited to 'doc/device-tree-bindings')
-rw-r--r--doc/device-tree-bindings/net/phy/atheros.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree-bindings/net/phy/atheros.txt b/doc/device-tree-bindings/net/phy/atheros.txt
index 97e97b8..a72c6b0 100644
--- 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>;