Skip to content

Commit

Permalink
ARM: dts: omap3: Fix am3517 mdio and emac clock references
Browse files Browse the repository at this point in the history
commit 0144eb2 upstream.

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 Nuvoton-Israel#4.16+

Signed-off-by: Adam Ford <aford173@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
aford173 authored and gregkh committed Jul 11, 2018
1 parent dbecaae commit c25bd5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/am3517.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@
ti,davinci-ctrl-ram-size = <0x2000>;
ti,davinci-rmii-en = /bits/ 8 <1>;
local-mac-address = [ 00 00 00 00 00 00 ];
clocks = <&emac_ick>;
clock-names = "ick";
};

davinci_mdio: ethernet@5c030000 {
Expand All @@ -49,6 +51,8 @@
bus_freq = <1000000>;
#address-cells = <1>;
#size-cells = <0>;
clocks = <&emac_fck>;
clock-names = "fck";
};

uart4: serial@4809e000 {
Expand Down

0 comments on commit c25bd5b

Please sign in to comment.