All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] phy: atheros: Fix the "qca,clk-out-frequency" example
@ 2020-06-17 18:07 Fabio Estevam
  2020-06-17 20:26 ` Michael Walle
  2020-06-25 14:39 ` Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2020-06-17 18:07 UTC (permalink / raw)
  To: u-boot

The correct name for the property is "qca,clk-out-frequency", so fix
it accordingly.

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

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] phy: atheros: Fix the "qca,clk-out-frequency" example
  2020-06-17 18:07 [PATCH] phy: atheros: Fix the "qca,clk-out-frequency" example Fabio Estevam
@ 2020-06-17 20:26 ` Michael Walle
  2020-06-25 14:39 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Walle @ 2020-06-17 20:26 UTC (permalink / raw)
  To: u-boot

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@gmail.com>

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

-michael

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] phy: atheros: Fix the "qca,clk-out-frequency" example
  2020-06-17 18:07 [PATCH] phy: atheros: Fix the "qca,clk-out-frequency" example Fabio Estevam
  2020-06-17 20:26 ` Michael Walle
@ 2020-06-25 14:39 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2020-06-25 14:39 UTC (permalink / raw)
  To: u-boot

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@gmail.com>
> Reviewed-by: Michael Walle <michael@walle.cc>

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

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200625/4b9bb243/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-25 14:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-17 18:07 [PATCH] phy: atheros: Fix the "qca,clk-out-frequency" example Fabio Estevam
2020-06-17 20:26 ` Michael Walle
2020-06-25 14:39 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.