diff options
Diffstat (limited to 'Documentation/devicetree/bindings/net/renesas,ravb.txt')
-rw-r--r-- | Documentation/devicetree/bindings/net/renesas,ravb.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/renesas,ravb.txt b/Documentation/devicetree/bindings/net/renesas,ravb.txt index 81a9f9e6b45f..c8ac222eac67 100644 --- a/Documentation/devicetree/bindings/net/renesas,ravb.txt +++ b/Documentation/devicetree/bindings/net/renesas,ravb.txt | |||
@@ -82,8 +82,8 @@ Example: | |||
82 | "ch16", "ch17", "ch18", "ch19", | 82 | "ch16", "ch17", "ch18", "ch19", |
83 | "ch20", "ch21", "ch22", "ch23", | 83 | "ch20", "ch21", "ch22", "ch23", |
84 | "ch24"; | 84 | "ch24"; |
85 | clocks = <&mstp8_clks R8A7795_CLK_ETHERAVB>; | 85 | clocks = <&cpg CPG_MOD 812>; |
86 | power-domains = <&cpg_clocks>; | 86 | power-domains = <&cpg>; |
87 | phy-mode = "rgmii-id"; | 87 | phy-mode = "rgmii-id"; |
88 | phy-handle = <&phy0>; | 88 | phy-handle = <&phy0>; |
89 | 89 | ||