* Adam Ford aford173@gmail.com [180625 05:44]:
A previous patch removed OMAP clock aliases that were perceived to be unnecessary. Unfortunately, it broke the ethernet on the am3517-evm. This patch enables the MDIO clock and EMAC clock.
Fixes: 0ed266d7ae5e ("clk: ti: omap3: cleanup unnecessary clock aliases") Cc: stable@vger.kernel.org #4.16+
Signed-off-by: Adam Ford aford173@gmail.com
V3: Fix subject heading since we're no longer modifying the clk driver
V2: Instead of modifying clk-3xxx.c, this patch modifie the device tree to work like the original patch intended.
Thanks applying into omap-for-v4.18/fixes.
Tony