提交 f28d4bdb 编写于 作者: M Martin Blumenstingl 提交者: Kevin Hilman

ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b

Until now clk81 was used as gate clock for the ethernet controller on
Meson8 whereas Meson8b did not configure a gate clock at all. Use
CLKID_ETH for both SoCs, which is the real gate clock for the ethernet
controller.
Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: NNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: NKevin Hilman <khilman@baylibre.com>
上级 d8dd3d29
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
}; };
&ethmac { &ethmac {
clocks = <&clkc CLKID_CLK81>; clocks = <&clkc CLKID_ETH>;
clock-names = "stmmaceth"; clock-names = "stmmaceth";
}; };
......
...@@ -176,6 +176,11 @@ ...@@ -176,6 +176,11 @@
}; };
}; };
&ethmac {
clocks = <&clkc CLKID_ETH>;
clock-names = "stmmaceth";
};
&hwrng { &hwrng {
compatible = "amlogic,meson8b-rng", "amlogic,meson-rng"; compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
clocks = <&clkc CLKID_RNG0>; clocks = <&clkc CLKID_RNG0>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册