diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-06-17 15:07:04 -0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-23 14:43:23 -0400 |
commit | ccbda9e68093b0c6019b95596366faec2b19442d (patch) | |
tree | b1a43ec4658f3c9465da62ded54f67dc6b8187ac /doc/device-tree-bindings | |
parent | d622c240587477b1b56acfc11f9eaf120e0405dd (diff) | |
download | u-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.txt | 2 |
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>; |