From: Fabio Estevam Date: Wed, 17 Jun 2020 18:07:04 +0000 (-0300) Subject: phy: atheros: Fix the "qca,clk-out-frequency" example X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ccbda9e68093b0c6019b95596366faec2b19442d;p=oweals%2Fu-boot.git 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 Reviewed-by: Michael Walle --- 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@0 { reg = <0>; - qca-clk-out-frequency = <125000000>; + qca,clk-out-frequency = <125000000>; qca,keep-pll-enabled; vddio-supply = <&vddio>;