Skip to content

Commit 0144eb2

Browse files
aford173tmlind
authored andcommitted
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: 0ed266d ("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>
1 parent 5d1c115 commit 0144eb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arch/arm/boot/dts/am3517.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
ti,davinci-ctrl-ram-size = <0x2000>;
4040
ti,davinci-rmii-en = /bits/ 8 <1>;
4141
local-mac-address = [ 00 00 00 00 00 00 ];
42+
clocks = <&emac_ick>;
43+
clock-names = "ick";
4244
};
4345

4446
davinci_mdio: ethernet@5c030000 {
@@ -49,6 +51,8 @@
4951
bus_freq = <1000000>;
5052
#address-cells = <1>;
5153
#size-cells = <0>;
54+
clocks = <&emac_fck>;
55+
clock-names = "fck";
5256
};
5357

5458
uart4: serial@4809e000 {

0 commit comments

Comments
 (0)