diff mbox series

phy: atheros: Fix the "qca,clk-out-frequency" example

Message ID 20200617180704.13347-1-festevam@gmail.com
State Accepted
Commit ccbda9e68093b0c6019b95596366faec2b19442d
Headers show
Series phy: atheros: Fix the "qca,clk-out-frequency" example | expand

Commit Message

Fabio Estevam June 17, 2020, 6:07 p.m. UTC
The correct name for the property is "qca,clk-out-frequency", so fix
it accordingly.

Signed-off-by: Fabio Estevam <festevam at gmail.com>
---
 doc/device-tree-bindings/net/phy/atheros.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Michael Walle June 17, 2020, 8:26 p.m. UTC | #1
Am 2020-06-17 20:07, schrieb Fabio Estevam:
> The correct name for the property is "qca,clk-out-frequency", so fix
> it accordingly.
> 
> Signed-off-by: Fabio Estevam <festevam at gmail.com>

Reviewed-by: Michael Walle <michael at walle.cc>

-michael
Tom Rini June 25, 2020, 2:39 p.m. UTC | #2
On Wed, Jun 17, 2020 at 03:07:04PM -0300, Fabio Estevam wrote:

> The correct name for the property is "qca,clk-out-frequency", so fix
> it accordingly.
> 
> Signed-off-by: Fabio Estevam <festevam at gmail.com>
> Reviewed-by: Michael Walle <michael at walle.cc>

Applied (back on June 23rd) to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/doc/device-tree-bindings/net/phy/atheros.txt b/doc/device-tree-bindings/net/phy/atheros.txt
index 97e97b8c13..a72c6b050d 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 at 0 {
 		reg = <0>;
-		qca-clk-out-frequency = <125000000>;
+		qca,clk-out-frequency = <125000000>;
 		qca,keep-pll-enabled;
 
 		vddio-supply = <&vddio>;