Skip to content
Snippets Groups Projects
Commit 238086ef authored by Marek Vasut's avatar Marek Vasut Committed by Alexandre Torgue
Browse files

ARM: dts: stm32: Add missing ETHCK clock to ethernet node on stm32mp1


Add missing 'eth-ck' clock to the ethernet node on stm32mp1. These
clock are used to generate external clock signal for the PHY in case
'st,eth_ref_clk_sel' is specified.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Christophe ROULLIER <christophe.roullier@st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: default avatarAlexandre Torgue <alexandre.torgue@st.com>
parent a7959919
No related branches found
No related tags found
No related merge requests found
...@@ -1369,10 +1369,12 @@ ...@@ -1369,10 +1369,12 @@
clock-names = "stmmaceth", clock-names = "stmmaceth",
"mac-clk-tx", "mac-clk-tx",
"mac-clk-rx", "mac-clk-rx",
"eth-ck",
"ethstp"; "ethstp";
clocks = <&rcc ETHMAC>, clocks = <&rcc ETHMAC>,
<&rcc ETHTX>, <&rcc ETHTX>,
<&rcc ETHRX>, <&rcc ETHRX>,
<&rcc ETHCK_K>,
<&rcc ETHSTP>; <&rcc ETHSTP>;
st,syscon = <&syscfg 0x4>; st,syscon = <&syscfg 0x4>;
snps,mixed-burst; snps,mixed-burst;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment