diff options
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r-- | Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt index c4e87f0e450e..859a6fa7569c 100644 --- a/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt +++ b/Documentation/devicetree/bindings/net/marvell-armada-370-neta.txt | |||
@@ -8,7 +8,7 @@ Required properties: | |||
8 | property, a single integer). | 8 | property, a single integer). |
9 | - phy-mode: The interface between the SoC and the PHY (a string that | 9 | - phy-mode: The interface between the SoC and the PHY (a string that |
10 | of_get_phy_mode() can understand) | 10 | of_get_phy_mode() can understand) |
11 | - clock-frequency: frequency of the peripheral clock of the SoC. | 11 | - clocks: a pointer to the reference clock for this device. |
12 | 12 | ||
13 | Example: | 13 | Example: |
14 | 14 | ||
@@ -16,7 +16,7 @@ ethernet@d0070000 { | |||
16 | compatible = "marvell,armada-370-neta"; | 16 | compatible = "marvell,armada-370-neta"; |
17 | reg = <0xd0070000 0x2500>; | 17 | reg = <0xd0070000 0x2500>; |
18 | interrupts = <8>; | 18 | interrupts = <8>; |
19 | clock-frequency = <250000000>; | 19 | clocks = <&gate_clk 4>; |
20 | status = "okay"; | 20 | status = "okay"; |
21 | phy = <&phy0>; | 21 | phy = <&phy0>; |
22 | phy-mode = "rgmii-id"; | 22 | phy-mode = "rgmii-id"; |