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: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Martin Blumenstingl 2017-06-15 23:33:52 +02:00 committed by Kevin Hilman
parent d8dd3d29d0
commit f28d4bdb74
2 changed files with 6 additions and 1 deletions

View File

@ -242,7 +242,7 @@
};
&ethmac {
clocks = <&clkc CLKID_CLK81>;
clocks = <&clkc CLKID_ETH>;
clock-names = "stmmaceth";
};

View File

@ -176,6 +176,11 @@
};
};
&ethmac {
clocks = <&clkc CLKID_ETH>;
clock-names = "stmmaceth";
};
&hwrng {
compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
clocks = <&clkc CLKID_RNG0>;