aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-06-25 08:41:33 -0400
committerTony Lindgren <tony@atomide.com>2018-07-03 03:39:09 -0400
commit0144eb204cdcdf09a76794b4a294291388e739bc (patch)
tree5358a172ecb19349efcba0722ba484cfc1267c84
parent5d1c115241e4aa0034ddf44693c6bd2e89e10831 (diff)
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>
-rw-r--r--arch/arm/boot/dts/am3517.dtsi4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am3517.dtsi b/arch/arm/boot/dts/am3517.dtsi
index ca294914bbb1..4b6062b631b1 100644
--- a/arch/arm/boot/dts/am3517.dtsi
+++ b/arch/arm/boot/dts/am3517.dtsi
@@ -39,6 +39,8 @@
39 ti,davinci-ctrl-ram-size = <0x2000>; 39 ti,davinci-ctrl-ram-size = <0x2000>;
40 ti,davinci-rmii-en = /bits/ 8 <1>; 40 ti,davinci-rmii-en = /bits/ 8 <1>;
41 local-mac-address = [ 00 00 00 00 00 00 ]; 41 local-mac-address = [ 00 00 00 00 00 00 ];
42 clocks = <&emac_ick>;
43 clock-names = "ick";
42 }; 44 };
43 45
44 davinci_mdio: ethernet@5c030000 { 46 davinci_mdio: ethernet@5c030000 {
@@ -49,6 +51,8 @@
49 bus_freq = <1000000>; 51 bus_freq = <1000000>;
50 #address-cells = <1>; 52 #address-cells = <1>;
51 #size-cells = <0>; 53 #size-cells = <0>;
54 clocks = <&emac_fck>;
55 clock-names = "fck";
52 }; 56 };
53 57
54 uart4: serial@4809e000 { 58 uart4: serial@4809e000 {