ARM: dts: omap3: Fix am3517 mdio and emac clock references

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>
Signed-off-by: Tony Lindgren <tony@atomide.com>

authored by Adam Ford and committed by Tony Lindgren 0144eb20 5d1c1152

Changed files
+4
arch
arm
boot
+4
arch/arm/boot/dts/am3517.dtsi
··· 39 39 ti,davinci-ctrl-ram-size = <0x2000>; 40 40 ti,davinci-rmii-en = /bits/ 8 <1>; 41 41 local-mac-address = [ 00 00 00 00 00 00 ]; 42 + clocks = <&emac_ick>; 43 + clock-names = "ick"; 42 44 }; 43 45 44 46 davinci_mdio: ethernet@5c030000 { ··· 51 49 bus_freq = <1000000>; 52 50 #address-cells = <1>; 53 51 #size-cells = <0>; 52 + clocks = <&emac_fck>; 53 + clock-names = "fck"; 54 54 }; 55 55 56 56 uart4: serial@4809e000 {