clk: meson: meson8b: Drop CLK_IS_CRITICAL from fclk_div2
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Sat, 20 Jun 2020 16:14:22 +0000 (18:14 +0200)
committerJerome Brunet <jbrunet@baylibre.com>
Wed, 24 Jun 2020 10:14:30 +0000 (12:14 +0200)
commitd4db5721f3c847df43b967d9f02994b15e4a48e6
tree191118bd24cc0a467a6407b01c4eb97d20e4d53c
parent2f1efa5340eff9af36c9a7347bb97abd726128a0
clk: meson: meson8b: Drop CLK_IS_CRITICAL from fclk_div2

Drop CLK_IS_CRITICAL from fclk_div2. This was added because we didn't
know the relation between this clock and RGMII Ethernet. It turns out
that fclk_div2 is used as "timing adjustment clock" to generate the RX
delay on the MAC side - which was enabled by u-boot on Odriod-C1. When
using the RX delay on the PHY side or not using a RX delay at all then
this clock can be disabled.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://lore.kernel.org/r/20200620161422.24114-1-martin.blumenstingl@googlemail.com
drivers/clk/meson/meson8b.c